API change for lttng_list_domains prototype
[lttng-tools.git] / lttng-sessiond / trace-ust.h
index 18d3b5fc75e8586c0ca217d550db3592f3d2f6fb..e834d2f6e1d0c1391922b7a2c6552953cab552f8 100644 (file)
@@ -201,6 +201,12 @@ static inline
 void trace_ust_destroy_event(struct ltt_ust_event *event)
 {
 }
+static inline
+struct ltt_ust_context *trace_ust_create_context(
+               struct lttng_event_context *ctx)
+{
+       return NULL;
+}
 
 #endif /* HAVE_LIBLTTNG_UST_CTL */
 
This page took 0.022898 seconds and 4 git commands to generate.