Cleanup comments and bad indent
[lttng-tools.git] / ltt-sessiond / ltt-sessiond.h
index febc4eb121c23ecf67422345b87b7d92212e0eab..2b09a06baab9eb6cdc05be21b2bda0d2cfa85b43 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
 #ifndef _LTT_SESSIOND_H
 #define _LTT_SESSIOND_H
 
 #ifndef _LTT_SESSIOND_H
 #define _LTT_SESSIOND_H
 
-#define DEFAULT_HOME_DIR               "/tmp"
-#define DEFAULT_UST_SOCK_DIR           DEFAULT_HOME_DIR "/ust-app-socks"
-#define DEFAULT_GLOBAL_APPS_PIPE       DEFAULT_UST_SOCK_DIR "/global"
-#define DEFAULT_TRACE_OUTPUT           DEFAULT_HOME_DIR "/lttng"
+#define DEFAULT_HOME_DIR            "/tmp"
+#define DEFAULT_UST_SOCK_DIR        DEFAULT_HOME_DIR "/ust-app-socks"
+#define DEFAULT_GLOBAL_APPS_PIPE    DEFAULT_UST_SOCK_DIR "/global"
+#define DEFAULT_TRACE_OUTPUT        DEFAULT_HOME_DIR "/lttng"
 
 struct module_param {
        const char *name;
 
 struct module_param {
        const char *name;
@@ -31,11 +31,11 @@ struct module_param {
 
 /* LTTng kernel tracer modules list */
 const struct module_param kernel_modules_list[] = {
 
 /* LTTng kernel tracer modules list */
 const struct module_param kernel_modules_list[] = {
-       { "ltt-relay", 1 },
        { "lttng-ftrace", 0 },
        { "lttng-kprobes", 0 },
        { "lttng-kretprobes", 0 },
        { "lib-ring-buffer", 1 },
        { "lttng-ftrace", 0 },
        { "lttng-kprobes", 0 },
        { "lttng-kretprobes", 0 },
        { "lib-ring-buffer", 1 },
+       { "ltt-relay", 1 },
        { "ltt-ring-buffer-client-discard", 1 },
        { "ltt-ring-buffer-client-overwrite", 1 },
        { "ltt-ring-buffer-metadata-client", 1 },
        { "ltt-ring-buffer-client-discard", 1 },
        { "ltt-ring-buffer-client-overwrite", 1 },
        { "ltt-ring-buffer-metadata-client", 1 },
This page took 0.023355 seconds and 4 git commands to generate.