Support for UST context
[lttng-tools.git] / lttng-sessiond / trace-ust.h
index f0b639cba23da1fa68902450f6ce3278ea34b556..18d3b5fc75e8586c0ca217d550db3592f3d2f6fb 100644 (file)
@@ -131,6 +131,8 @@ struct ltt_ust_channel *trace_ust_create_channel(struct lttng_channel *attr,
                char *path);
 struct ltt_ust_event *trace_ust_create_event(struct lttng_event *ev);
 struct ltt_ust_metadata *trace_ust_create_metadata(char *path);
+struct ltt_ust_context *trace_ust_create_context(
+               struct lttng_event_context *ctx);
 
 /*
  * Destroy functions free() the data structure and remove from linked list if
This page took 0.024243 seconds and 5 git commands to generate.