Add procname context
[lttng-ust.git] / include / ust / lttng-ust-abi.h
index 73eb61f3f4d11cbb48c0dd4ead8a1b7a98f7c548..303493eeb4e1404ea4241b7054c9f138813ab475 100644 (file)
@@ -41,6 +41,10 @@ struct lttng_ust_channel {
        unsigned int switch_timer_interval;     /* usecs */
        unsigned int read_timer_interval;       /* usecs */
        enum lttng_ust_output output;           /* output mode */
+       /* The following fields are used internally within UST. */
+       int shm_fd;
+       int wait_fd;
+       uint64_t memory_map_size;
 };
 
 /*
@@ -63,6 +67,9 @@ struct lttng_ust_event {
 
 enum lttng_ust_context_type {
        LTTNG_UST_CONTEXT_VTID                  = 0,
+       LTTNG_UST_CONTEXT_VPID                  = 1,
+       LTTNG_UST_CONTEXT_PTHREAD_ID            = 2,
+       LTTNG_UST_CONTEXT_PROCNAME              = 3,
 };
 
 struct lttng_ust_context {
This page took 0.024254 seconds and 4 git commands to generate.