X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libust%2Flttng-ust-abi.c;h=13b94c4d7315b908d41fd389b87094ef7be1391b;hb=438bc2154b51b3eee557d0b6ae56ea4d6c913fc2;hp=31eaa2a7cfc701b11a2f8ce6d2223cd43e707adb;hpb=f4681817263e0d8daa2839da41ea3ef666d6bc1b;p=ust.git diff --git a/libust/lttng-ust-abi.c b/libust/lttng-ust-abi.c index 31eaa2a..13b94c4 100644 --- a/libust/lttng-ust-abi.c +++ b/libust/lttng-ust-abi.c @@ -28,7 +28,7 @@ #include #include #include -#include "usterr_signal_safe.h" +#include #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 */ }