X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fdomain.h;h=1e40b392a8ed18adffcd25fedd4b7ba77f5a491d;hp=bff134a84f4c13cfe80cb2c0f9e2446419147b1c;hb=c78d8e86e2f739490df42fc4c9d2de22234b6114;hpb=36d2e35df61339e4394e84ad9790b984d259e0f0 diff --git a/include/lttng/domain.h b/include/lttng/domain.h index bff134a84..1e40b392a 100644 --- a/include/lttng/domain.h +++ b/include/lttng/domain.h @@ -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. */