X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flttng-relayd.h;h=e6ca5ebbb2b7dcbfb9f9bdb9a4d302d70c2e3475;hb=6151a90fe7fa3dea52c57771df9083e56de7a60b;hp=edd32d6aba3770fb23cc4d720506eabde4062c5c;hpb=f7079f6790ccfb78ec7115ccb5b1706f5c18ebfe;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/lttng-relayd.h b/src/bin/lttng-relayd/lttng-relayd.h index edd32d6ab..e6ca5ebbb 100644 --- a/src/bin/lttng-relayd/lttng-relayd.h +++ b/src/bin/lttng-relayd/lttng-relayd.h @@ -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; }; /*