SoW-2019-0002: Dynamic Snapshot
[lttng-ust.git] / liblttng-ust / lttng-probes.c
index 862b19e7c47e3c7c5b5e262e5b1bc02edf3c090f..522b80a1b6a10fbde57c1814082ce262dca25347 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_triggers();
+
        ust_unlock();
        return ret;
 }
This page took 0.023543 seconds and 5 git commands to generate.