Mi: track/untrack/listing
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl.c
index 5f078c94ad67b4fbf635d77f493084d970e63cb2..27588f2047c7f3061c4af3fa2f0853066d11bf05 100644 (file)
@@ -2004,7 +2004,8 @@ end:
 int lttng_list_tracker_pids(struct lttng_handle *handle,
                int *_enabled, int32_t **_pids, size_t *_nr_pids)
 {
-       int ret, enabled = 1;
+       int ret;
+       int enabled = 1;
        struct lttcomm_session_msg lsm;
        size_t nr_pids;
        int32_t *pids;
This page took 0.023538 seconds and 4 git commands to generate.