Add the notify UST application scheme
[lttng-tools.git] / ltt-sessiond / ltt-sessiond.h
index cc6a6ba155ced9e26b6cec7b5f9f4e24a54bb968..63ef6d57dd3a3c038ee09758ba864e6fb28cb74b 100644 (file)
@@ -29,6 +29,9 @@
 #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;
This page took 0.022951 seconds and 4 git commands to generate.