X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fagent.h;h=da51f017630f9c34c22633874065824697a44f60;hb=79a065a0fe068ab28e99ae11357a219d62dcbdce;hp=293426e0ef783ca5577997a3582e98b62127497a;hpb=9768d3792e2d3f63601b94396089d99bb4214128;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/agent.h b/src/bin/lttng-sessiond/agent.h index 293426e0e..da51f0176 100644 --- a/src/bin/lttng-sessiond/agent.h +++ b/src/bin/lttng-sessiond/agent.h @@ -36,7 +36,7 @@ struct lttng_ht *agent_apps_ht_by_sock; struct agent_ht_key { const char *name; - int loglevel; + int loglevel_value; }; /* @@ -80,7 +80,7 @@ struct agent_app { struct agent_event { /* Name of the event. */ char name[LTTNG_SYMBOL_NAME_LEN]; - int loglevel; + int loglevel_value; enum lttng_loglevel_type loglevel_type; /*