X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fagent.h;h=b0a4fa863c3e0fca98a688bdd98d840cd25d760b;hp=c88af21c5a13e53536a248d87be6495905ff452f;hb=412d7227e69ec845e44c49082a417f9454d9b55d;hpb=abcdc00cea4a7b354509b3547a8ddd581a9d5dfa diff --git a/src/bin/lttng-sessiond/agent.h b/src/bin/lttng-sessiond/agent.h index c88af21c5..b0a4fa863 100644 --- a/src/bin/lttng-sessiond/agent.h +++ b/src/bin/lttng-sessiond/agent.h @@ -22,11 +22,11 @@ * Hash table that contains the agent app created upon registration indexed by * socket. Global to the session daemon. */ -extern struct lttng_ht *agent_apps_ht_by_sock; +extern struct lttng_ht *the_agent_apps_ht_by_sock; /* * Hash table that contains the trigger agents by domain */ -extern struct lttng_ht *trigger_agents_ht_by_domain; +extern struct lttng_ht *the_trigger_agents_ht_by_domain; struct agent_ht_key { const char *name;