X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=inline;f=src%2Fcommon%2Fsessiond-comm%2Fsessiond-comm.h;h=56c925973038f51ea571a7ee177071e20ce5cb2a;hb=fcf3687f584a8b24b96b71a9ae0bf1028ab677f4;hp=62224bd75db8cf24f5e3ece8739eed6a51b6363e;hpb=15e376636cbda79bdd8a71d0a1bec892d9997738;p=lttng-tools.git diff --git a/src/common/sessiond-comm/sessiond-comm.h b/src/common/sessiond-comm/sessiond-comm.h index 62224bd75..56c925973 100644 --- a/src/common/sessiond-comm/sessiond-comm.h +++ b/src/common/sessiond-comm/sessiond-comm.h @@ -410,6 +410,11 @@ struct lttcomm_event_extended_header { * character. */ uint32_t nb_exclusions; + + /* + * Size of the event's userspace probe location (if applicable). + */ + uint32_t userspace_probe_location_len; } LTTNG_PACKED; /*