X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flive.c;h=5052eae4744ad92353293767980fce872751f230;hb=33b141366b29aa086ecb8d06808d7ba91f83cb1e;hp=78c7d7e4ec07a7cd34ceef18f2d700092180a4f6;hpb=0e6830aa06d226b8a45969a9efa3b23e6818c435;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/live.c b/src/bin/lttng-relayd/live.c index 78c7d7e4e..5052eae47 100644 --- a/src/bin/lttng-relayd/live.c +++ b/src/bin/lttng-relayd/live.c @@ -1703,7 +1703,7 @@ restart: /* connection closed */ if (ret <= 0) { cleanup_poll_connection(&events, pollfd); - del_connection( relay_connections_ht, &iter, + del_connection(relay_connections_ht, &iter, relay_connection); DBG("Viewer control connection closed with %d", pollfd); @@ -1780,7 +1780,7 @@ static int create_relay_cmd_pipe(void) return ret; } -void live_stop_threads() +void live_stop_threads(void) { int ret; void *status;