Add channel wakeup fd to monitor close
[lttng-ust.git] / include / lttng / ust-abi.h
index 8f2233a53fce24c335c2c4066fe9df1391514624..df61cde57c5c0005bb6e72c7d2ccdcbea4d19c2d 100644 (file)
@@ -191,6 +191,7 @@ struct lttng_ust_object_data {
                struct {
                        void *data;
                        enum lttng_ust_chan_type type;
+                       int wakeup_fd;
                } channel;
                struct {
                        int shm_fd;
@@ -279,6 +280,7 @@ struct lttng_ust_obj;
 union ust_args {
        struct {
                void *chan_data;
+               int wakeup_fd;
        } channel;
        struct {
                int shm_fd;
This page took 0.024155 seconds and 4 git commands to generate.