Store all data required by messages interfaces. More...

Data Fields | |
| vlc_rwlock_t | lock |
| Message queue lock. | |
| int | i_sub |
| msg_subscription_t ** | pp_sub |
| vlc_dictionary_t | enabled_objects |
| Enabled objects. | |
| bool | all_objects_enabled |
| Should we print all objects? | |
Store all data required by messages interfaces.
Should we print all objects?
Referenced by msg_Create(), msg_DisableObjectPrinting(), msg_EnableObjectPrinting(), msg_GenericVa(), and PrintMsg().
Enabled objects.
Referenced by msg_Create(), msg_Destroy(), msg_DisableObjectPrinting(), msg_EnableObjectPrinting(), msg_GenericVa(), and PrintMsg().
Referenced by msg_Create(), msg_Destroy(), msg_GenericVa(), msg_Subscribe(), and msg_Unsubscribe().
Message queue lock.
Referenced by msg_Create(), msg_Destroy(), msg_DisableObjectPrinting(), msg_EnableObjectPrinting(), msg_GenericVa(), msg_Subscribe(), and msg_Unsubscribe().
Referenced by msg_Create(), msg_GenericVa(), msg_Subscribe(), and msg_Unsubscribe().
1.7.1