From: David Goulet Date: Thu, 1 Sep 2011 18:09:09 +0000 (-0400) Subject: Fix missing deleted code in the merge X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=e07053c12606fa69e6d924733e06ba4aa2781086;p=lttng-tools.git Fix missing deleted code in the merge Signed-off-by: David Goulet --- diff --git a/ltt-sessiond/main.c b/ltt-sessiond/main.c index aa44351ca..1bb2c8c1a 100644 --- a/ltt-sessiond/main.c +++ b/ltt-sessiond/main.c @@ -1106,16 +1106,6 @@ static void *thread_registration_apps(void *data) tracepoint(sessiond_th_apps_start); - /* TODO: Something more elegant is needed but fine for now */ - /* FIXME: change all types to either uint8_t, uint32_t, uint64_t - * for 32-bit vs 64-bit compat processes. */ - /* replicate in ust with version number */ - struct { - int reg; /* 1:register, 0:unregister */ - pid_t pid; - uid_t uid; - } reg_msg; - DBG("[thread] Manage application registration started"); ret = lttcomm_listen_unix_sock(apps_sock);