Add event count in channel structure
[lttng-tools.git] / ltt-sessiond / kernel-ctl.c
index 34dc6562c5168af7c6dd07ac91e3f8f1f0245274..ef3afb714bf1bebe6b96376f484f15044f2e4555 100644 (file)
@@ -3,8 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * as published by the Free Software Foundation; only version 2
+ * of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -209,6 +209,8 @@ int kernel_create_event(struct lttng_event *ev, struct ltt_kernel_channel *chann
 
        /* Add event to event list */
        cds_list_add(&event->list, &channel->events_list.head);
+       channel->event_count++;
+
        DBG("Event %s created (fd: %d)", ev->name, event->fd);
 
        return 0;
This page took 0.023756 seconds and 4 git commands to generate.