Add major/minor version in libust registration
[lttng-ust.git] / libust / lttng-ust-abi.c
index ad582c055bb1f31e036612f8a45a9af60eaeffdc..13b94c4d7315b908d41fd389b87094ef7be1391b 100644 (file)
@@ -28,7 +28,7 @@
 #include <urcu/compiler.h>
 #include <urcu/list.h>
 #include <ust/lttng-events.h>
-#include "usterr_signal_safe.h"
+#include <ust/usterr-signal-safe.h>
 #include "ust/core.h"
 #include "ltt-tracer.h"
 
@@ -251,7 +251,7 @@ long lttng_abi_add_context(int objd,
 
        switch (context_param->ctx) {
        case LTTNG_UST_CONTEXT_VTID:
-               return lttng_add_vtid_to_ctx(ctx);
+               //TODO return lttng_add_vtid_to_ctx(ctx);
        default:
                return -EINVAL;
        }
This page took 0.025595 seconds and 4 git commands to generate.