fix warnings
[ust.git] / libust / tracer.h
index 5d226cd63b8dbb46a85dad4c047c170afa48787b..cc3974e2a9d45ef0febc077b153ffa7637fe2ad3 100644 (file)
@@ -317,7 +317,7 @@ slow_path:
 #define LTT_DEFAULT_N_SUBBUFS_HIGH     2
 #define LTT_TRACER_MAGIC_NUMBER                0x00D6B7ED
 #define LTT_TRACER_VERSION_MAJOR       2
-#define LTT_TRACER_VERSION_MINOR       5
+#define LTT_TRACER_VERSION_MINOR       6
 
 /**
  * ust_write_trace_header - Write trace header
@@ -385,7 +385,7 @@ extern int ltt_trace_set_channel_enable(const char *trace_name,
 extern int ltt_trace_set_channel_overwrite(const char *trace_name,
                const char *channel_name, unsigned int overwrite);
 extern int ltt_trace_alloc(const char *trace_name);
-extern int ltt_trace_destroy(const char *trace_name);
+extern int ltt_trace_destroy(const char *trace_name, int drop);
 extern int ltt_trace_start(const char *trace_name);
 extern int ltt_trace_stop(const char *trace_name);
 
This page took 0.023095 seconds and 4 git commands to generate.