X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fagent.h;h=b737b166a567972970282094f46dc3deef7d81f1;hp=ed263e3fbf6472c77df2e0fb60d46108d325068e;hb=2106efa08d11229241a114d1d71635a02006690e;hpb=4a180d9f41bd4d369745c6e6f5066a6c281cca1c diff --git a/src/bin/lttng-sessiond/agent.h b/src/bin/lttng-sessiond/agent.h index ed263e3fb..b737b166a 100644 --- a/src/bin/lttng-sessiond/agent.h +++ b/src/bin/lttng-sessiond/agent.h @@ -36,7 +36,7 @@ extern 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; /*