Fix: loading of live session within userspace domains
[lttng-tools.git] / include / lttng / domain.h
index 3ee04191c45411b11cab7c782b44795280ac88ff..0f386f33446e9a09834508ebd724458b46411289 100644 (file)
@@ -28,6 +28,7 @@ extern "C" {
  * Domain types: the different possible tracers.
  */
 enum lttng_domain_type {
+       LTTNG_DOMAIN_NONE                     = 0,      /* No associated domain. */
        LTTNG_DOMAIN_KERNEL                   = 1,      /* Linux Kernel tracer. */
        LTTNG_DOMAIN_UST                      = 2,      /* Global Userspace tracer. */
        LTTNG_DOMAIN_JUL                      = 3,      /* Java Util Logging. */
This page took 0.023568 seconds and 4 git commands to generate.