update ltt-events
[lttng-modules.git] / ltt-events.h
index d205cdb079ecfc88858b2b45270f0f5b118bb013..99edb4b12801bd3d1301f3eb7743ced4ad7a4012 100644 (file)
@@ -27,12 +27,13 @@ struct ltt_channel {
        struct channel *chan;           /* Channel buffers */
        /* Event ID management */
        struct ltt_session *session;
-       atomic_t free_event_id;         /* Next event ID to allocate */
+       unsigned int free_event_id;     /* Next event ID to allocate */
        struct list_head list;          /* Channel list */
        char name[PATH_MAX];
 };
 
 struct ltt_session {
+       int active;                     /* Is trace session active ? */
        struct list_head chan;          /* Channel list head */
        struct list_head events;        /* Event list head */
        struct list_head list;          /* Session list */
This page took 0.023241 seconds and 4 git commands to generate.