Adjust the relayd protocol on version check
[lttng-tools.git] / src / bin / lttng-relayd / lttng-relayd.h
index edd32d6aba3770fb23cc4d720506eabde4062c5c..e6ca5ebbb2b7dcbfb9f9bdb9a4d302d70c2e3475 100644 (file)
@@ -47,6 +47,9 @@ struct relay_session {
         */
        uint64_t id;
        struct lttcomm_sock *sock;
+       /* protocol version to use for this session */
+       uint32_t major;
+       uint32_t minor;
 };
 
 /*
This page took 0.024641 seconds and 4 git commands to generate.