API change for lttng_start/stop_tracing prototype
[lttng-tools.git] / lttng / commands / stop.c
index c79a553d1b12c4d999226e265c592757a851719f..f1299b5bc19d9276bf477dcca4009c87cb27af19 100644 (file)
@@ -25,9 +25,9 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-#include "cmd.h"
-#include "conf.h"
-#include "utils.h"
+#include "../cmd.h"
+#include "../conf.h"
+#include "../utils.h"
 
 static char *opt_session_name;
 
@@ -56,9 +56,7 @@ static void usage(FILE *ofp)
 }
 
 /*
- *  stop_tracing
- *
- *  Start tracing for all trace of the session.
+ * Start tracing for all trace of the session.
  */
 static int stop_tracing(void)
 {
@@ -86,6 +84,7 @@ free_name:
        if (opt_session_name == NULL) {
                free(session_name);
        }
+
 error:
        return ret;
 }
This page took 0.023361 seconds and 4 git commands to generate.