]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
libvlc: Add a --verbose-objects option to select which objects should print their...
[vlc] / src / libvlc.h
index e0e9e8603f10cb6150892bb33d81712b9ef6b671..c8eed26a91553c846bd93f9246ff9eb439c2234e 100644 (file)
@@ -233,6 +233,8 @@ typedef struct libvlc_priv_t
     msg_bank_t         msg_bank;    ///< The message bank
     int                i_verbose;   ///< info messages
     bool               b_color;     ///< color messages?
+    vlc_dictionary_t   msg_enabled_objects; ///< Enabled objects
+    bool               msg_all_objects_enabled; ///< Should we print all objects?
 
     /* Timer stats */
     vlc_mutex_t        timer_lock;  ///< Lock to protect timers