X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Fagent.h;fp=src%2Fcommon%2Fsessiond-comm%2Fagent.h;h=e8d182515888cd0273ec8622eb8f47861ec8fc90;hp=f3564550b746b47d4c00954545f86a4df7f70e20;hb=a0ba721c2d0dd5eccf94bf210a85dcd255385c59;hpb=44f545c839f3ddc4d649a0df0a14a68195a9d252 diff --git a/src/common/sessiond-comm/agent.h b/src/common/sessiond-comm/agent.h index f3564550b..e8d182515 100644 --- a/src/common/sessiond-comm/agent.h +++ b/src/common/sessiond-comm/agent.h @@ -55,12 +55,14 @@ struct lttcomm_agent_hdr { } LTTNG_PACKED; /* - * Enable event command payload. + * Enable event command payload. Will be immediately followed by the + * variable-length string representing the filter expression. */ struct lttcomm_agent_enable { uint32_t loglevel_value; uint32_t loglevel_type; char name[LTTNG_SYMBOL_NAME_LEN]; + uint32_t filter_expression_length; } LTTNG_PACKED; /*