#include <eventlogger-plugin.h>
Data Fields | |
guint | service_id |
gchar * | name |
guint | value |
gchar * | desc |
Definition at line 66 of file eventlogger-plugin.h.
guint _RTComElFlag::service_id |
The id of the flag.
Definition at line 68 of file eventlogger-plugin.h.
gchar* _RTComElFlag::name |
The id of the service this flag serves.
Definition at line 69 of file eventlogger-plugin.h.
guint _RTComElFlag::value |
The name of the flag. It's unique.
Definition at line 70 of file eventlogger-plugin.h.
gchar* _RTComElFlag::desc |
The value of this flag.
Definition at line 71 of file eventlogger-plugin.h.