Comment out unimplemented vtid
[ust.git] / libust / lttng-ust-abi.c
index 31eaa2a7cfc701b11a2f8ce6d2223cd43e707adb..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;
        }
@@ -706,6 +706,7 @@ static const struct objd_ops lttng_event_ops = {
 
 void __attribute__((constructor)) lttng_ust_abi_init(void)
 {
+       init_usterr();
        /* TODO: initialize socket */
 }
 
This page took 0.025384 seconds and 4 git commands to generate.