X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-sessiond%2Fust-ctl.c;h=6f3a02a404db256465e1190b2de941acbbbd1ae0;hb=5c9408af9daa0f6e17911397019edb5981bc78c9;hp=b5f2ce411d811ad56975b39c95aa7f02dbe9d08b;hpb=f3ed775ef4842019b396f06095b053c3a70bc3c8;p=lttng-tools.git diff --git a/ltt-sessiond/ust-ctl.c b/ltt-sessiond/ust-ctl.c index b5f2ce411..6f3a02a40 100644 --- a/ltt-sessiond/ust-ctl.c +++ b/ltt-sessiond/ust-ctl.c @@ -28,6 +28,7 @@ #include "lttngerr.h" #include "ust-ctl.h" +#ifdef DISABLED /* * find_session_ust_trace_by_pid * @@ -206,4 +207,5 @@ int ust_stop_trace(struct command_ctx *cmd_ctx) error: return ret; } +#endif