X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fagent-thread.hpp;fp=src%2Fbin%2Flttng-sessiond%2Fagent-thread.hpp;h=0d56588ea31d211285ac51642ad3f2a1534443f7;hp=86d0a9b881ab888d2aa1ec70b613abe47f41e3fe;hb=0f4aa1a88a318046475c7caa0f72438db044d9c0;hpb=eaa3b7be342a4ce2eed12f148b23ee48f3c8bdcf diff --git a/src/bin/lttng-sessiond/agent-thread.hpp b/src/bin/lttng-sessiond/agent-thread.hpp index 86d0a9b88..0d56588ea 100644 --- a/src/bin/lttng-sessiond/agent-thread.hpp +++ b/src/bin/lttng-sessiond/agent-thread.hpp @@ -12,8 +12,8 @@ #ifdef HAVE_LIBLTTNG_UST_CTL -bool launch_agent_management_thread(void); -bool agent_tracing_is_enabled(void); +bool launch_agent_management_thread(); +bool agent_tracing_is_enabled(); #else /* HAVE_LIBLTTNG_UST_CTL */