lttng-sessiond: keep track of UST consumer fd for all UST sessions.
[lttng-tools.git] / lttng-sessiond / trace-ust.h
index 9235ca62c837e261e682b671a6a9e7262ea5fb84..f0b639cba23da1fa68902450f6ce3278ea34b556 100644 (file)
@@ -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;
This page took 0.023878 seconds and 4 git commands to generate.