X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Ftrace-ust.h;h=18d3b5fc75e8586c0ca217d550db3592f3d2f6fb;hp=9235ca62c837e261e682b671a6a9e7262ea5fb84;hb=9fdb49d8eac3ff67f553743fb8ce0edee14c3ab6;hpb=3735745270b83fc911d8ee39c8437256b3af4e3d diff --git a/lttng-sessiond/trace-ust.h b/lttng-sessiond/trace-ust.h index 9235ca62c..18d3b5fc7 100644 --- a/lttng-sessiond/trace-ust.h +++ b/lttng-sessiond/trace-ust.h @@ -100,8 +100,6 @@ struct ltt_ust_domain_exec { /* UST session */ struct ltt_ust_session { int uid; /* Unique identifier of session */ - int consumer_fds_sent; - int consumer_fd; int start_trace; char pathname[PATH_MAX]; struct ltt_ust_domain_global domain_global; @@ -133,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