Mi: track/untrack/listing
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl.c
index 42c9d13907f4594f60f70ec01bc76fa1242f91f0..19b9e5117f3c6bf4696d74224f1de0d7f20e0fe9 100644 (file)
@@ -2003,7 +2003,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.023032 seconds and 4 git commands to generate.