Fix UST renaming and update ust headers
[lttng-tools.git] / ltt-sessiond / ltt-sessiond.h
index cc6a6ba155ced9e26b6cec7b5f9f4e24a54bb968..63de2e12076ac3509f049062b2d7bfd60786d9b1 100644 (file)
 #define _LTT_SESSIOND_H
 
 #define _LGPL_SOURCE
+#include <urcu.h>
 #include <urcu/wfqueue.h>
 
-#include "traceable-app.h"
+#include "ust-app.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_GLOBAL_APPS_WAIT_SHM_PATH   "/lttng-ust-apps-wait"
+#define DEFAULT_HOME_APPS_WAIT_SHM_PATH     "/lttng-ust-apps-wait-%u"
+
 struct module_param {
        const char *name;
        int required;
@@ -53,7 +57,6 @@ const struct module_param kernel_modules_list[] = {
        { "lttng-probe-irq", 0 },
        { "lttng-probe-kvm", 0 },
        { "lttng-probe-sched", 0 },
-       { "lttng-probe-syscalls", 0 },
 };
 
 extern const char default_home_dir[],
This page took 0.02505 seconds and 5 git commands to generate.