Use default value for metadata file name
[lttng-tools.git] / src / common / defaults.h
index 0dde5796470f975b3ede10544eb6318384422746..0e3aecf87c7ebcd1b9def4048bb0326aa4fb82c8 100644 (file)
 /* Default unix group name for tracing. */
 #define DEFAULT_TRACING_GROUP                   "tracing"
 
+/*
+ * This value is defined in the CTF specification (see
+ * git://git.efficios.com/ctf.git in the file
+ * common-trace-format-specification.txt.
+ */
+#define DEFAULT_METADATA_NAME                   "metadata"
+
 /* Environment variable to set session daemon binary path. */
 #define DEFAULT_SESSIOND_PATH_ENV               "LTTNG_SESSIOND_PATH"
 
This page took 0.02261 seconds and 4 git commands to generate.