Implement event notifier
[deliverable/lttng-ust.git] / liblttng-ust / lttng-probes.c
index 9b3bacc41f7c5559789f1501e7b47724dc8ae19e..e328e2c0f34ddf3219ccdae1e680f659d596301e 100644 (file)
@@ -35,6 +35,7 @@
 #include "lttng-tracer-core.h"
 #include "jhash.h"
 #include "error.h"
+#include "ust-events-internal.h"
 
 /*
  * probe list is protected by ust_lock()/ust_unlock().
@@ -204,6 +205,8 @@ int lttng_probe_register(struct lttng_probe_desc *desc)
        if (lttng_session_active())
                fixup_lazy_probes();
 
+       lttng_fix_pending_event_notifiers();
+
        ust_unlock();
        return ret;
 }
This page took 0.024168 seconds and 5 git commands to generate.