Fix: missing hostname context
[lttng-tools.git] / include / lttng / lttng.h
index 5d3362040d2004c395cb708fd735b76e85ca0da2..cb3562ffdf601f66274ffef2bd7252450184e3a2 100644 (file)
@@ -118,6 +118,7 @@ enum lttng_event_context_type {
        LTTNG_EVENT_CONTEXT_PPID              = 8,
        LTTNG_EVENT_CONTEXT_VPPID             = 9,
        LTTNG_EVENT_CONTEXT_PTHREAD_ID        = 10,
+       LTTNG_EVENT_CONTEXT_HOSTNAME          = 11,
 };
 
 enum lttng_calibrate_type {
This page took 0.022599 seconds and 4 git commands to generate.