Add the filter expression to the enable_event agent protocol message
[lttng-tools.git] / src / bin / lttng-sessiond / agent.h
index 50a4fdab353b658a1ea8e0cc62a89ee3fcf1b665..af8254e1b0433d2b1f016f7b2c09c86ef44dba8c 100644 (file)
 #ifndef LTTNG_SESSIOND_AGENT_H
 #define LTTNG_SESSIOND_AGENT_H
 
-#define _GNU_SOURCE
 #include <inttypes.h>
 
 #include <common/hashtable/hashtable.h>
 #include <lttng/lttng.h>
 
 /* Agent protocol version that is verified during the agent registration. */
-#define AGENT_MAJOR_VERSION            1
+#define AGENT_MAJOR_VERSION            2
 #define AGENT_MINOR_VERSION            0
 
 /*
This page took 0.023662 seconds and 4 git commands to generate.