X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flttng-relayd.h;h=358615f9ad27476ea8ee0f4bba7cc431c379a293;hb=b92fdc2bf5e3474d62c8d1c554ddd2a8fd2c043c;hp=3c8c26c29ec0e6fe4d54b2ee42303895913fff21;hpb=52c81090c70c2f78e39374f8f004335b1112c189;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/lttng-relayd.h b/src/bin/lttng-relayd/lttng-relayd.h index 3c8c26c29..358615f9a 100644 --- a/src/bin/lttng-relayd/lttng-relayd.h +++ b/src/bin/lttng-relayd/lttng-relayd.h @@ -166,6 +166,7 @@ struct relay_command { uint32_t major; uint32_t minor; struct lttng_ht *ctf_traces_ht; /* indexed by path name */ + uint64_t session_id; }; struct relay_local_data {