Remove default defines from lttng.h
[lttng-tools.git] / src / common / defaults.h
index b15bdc9e2cb6b35ac4c67b8f0f4447726cd82d1a..aa383b32666ce73bb0c462b09e2328695b5f532e 100644 (file)
 #ifndef _DEFAULTS_H
 #define _DEFAULTS_H
 
+/* Default unix group name for tracing. */
+#define DEFAULT_TRACING_GROUP                   "tracing"
+
+/* Environment variable to set session daemon binary path. */
+#define DEFAULT_SESSIOND_PATH_ENV               "LTTNG_SESSIOND_PATH"
+
+/* Default trace output directory name */
+#define DEFAULT_TRACE_DIR_NAME                  "lttng-traces"
+
 /* Default size of a hash table */
 #define DEFAULT_HT_SIZE                         4
 
This page took 0.022888 seconds and 4 git commands to generate.