Support unloading of probe providers
[lttng-ust.git] / liblttng-ust / lttng-events.c
index e130ec626d35f3f6d140737d51151245acbc51a6..255c4b953f9055141e72fae3449c37da5e56cb6b 100644 (file)
@@ -798,7 +798,7 @@ void lttng_probe_provider_unregister_events(struct lttng_probe_desc *provider_de
        struct lttng_session *session;
        struct cds_hlist_head *head;
        struct lttng_event *event;
-       int i;
+       unsigned int i, j;
 
        /* Get handle on list of sessions. */
        sessionsp = _lttng_get_sessions();
This page took 0.023815 seconds and 4 git commands to generate.