mkdir_recursive: keep original prototype
[lttng-tools.git] / ltt-sessiond / trace.h
index aa3c7c7c05514c6addae4fa5db1e89f3d146613d..3b86160f8f2d73c226f3f16d9586513421e36fcf 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
@@ -56,6 +56,7 @@ struct ltt_kernel_channel {
        int enabled;
        char *pathname;
        unsigned int stream_count;
+       unsigned int event_count;
        struct lttng_kernel_context *ctx;
        struct lttng_channel *channel;
        struct ltt_kernel_event_list events_list;
This page took 0.02312 seconds and 4 git commands to generate.