X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Fagent.h;h=4fbe3db7a34f25695388498fa687876e7187b74e;hb=8bbffd547a5d7ce11413aff2082f97aafe9d7a51;hp=b562b7402baaf6c9d5ec88ce50544e73b7514524;hpb=aa277e3e14eed052c03a02c51c3c3bc9e4e6bc8d;p=lttng-tools.git diff --git a/src/common/sessiond-comm/agent.h b/src/common/sessiond-comm/agent.h index b562b7402..4fbe3db7a 100644 --- a/src/common/sessiond-comm/agent.h +++ b/src/common/sessiond-comm/agent.h @@ -59,7 +59,7 @@ struct lttcomm_agent_hdr { * Enable event command payload. */ struct lttcomm_agent_enable { - uint32_t loglevel; + uint32_t loglevel_value; uint32_t loglevel_type; char name[LTTNG_SYMBOL_NAME_LEN]; } LTTNG_PACKED;