]> 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 b188090e98fd853ff8452f5c96b104c1c33783a6..5940754f25c323b4e1231b8c6f9402785b3435d8 100644 (file)
@@ -209,6 +209,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