sessiond: use `loglevel_value` and `loglevel_type` names
[lttng-tools.git] / src / common / sessiond-comm / agent.h
index 93ef7ac093e2fe241b44d31c5a6a4640ca35911c..843b6b66298fff3d19a576ebe695606f3bc543bc 100644 (file)
@@ -55,7 +55,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;
This page took 0.02386 seconds and 4 git commands to generate.