X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Fagent.h;h=f3564550b746b47d4c00954545f86a4df7f70e20;hp=b562b7402baaf6c9d5ec88ce50544e73b7514524;hb=890d8fe47755c3bad936389cf48ffa141cff41c9;hpb=aa277e3e14eed052c03a02c51c3c3bc9e4e6bc8d diff --git a/src/common/sessiond-comm/agent.h b/src/common/sessiond-comm/agent.h index b562b7402..f3564550b 100644 --- a/src/common/sessiond-comm/agent.h +++ b/src/common/sessiond-comm/agent.h @@ -18,7 +18,6 @@ #ifndef AGENT_COMM #define AGENT_COMM -#define _GNU_SOURCE #include #include @@ -59,7 +58,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;