Add channel output method selection
[lttng-tools.git] / include / lttng-share.h
index d6bb0532a234d670d39cbf751777bb0736dd5793..cd971c355044d9351dcd42f72f9b086df8f93a12 100644 (file)
@@ -36,6 +36,7 @@ typedef __s64 s64;
 #define DEFAULT_CHANNEL_SUBBUF_NUM           8       /* Must always be a power of 2 */
 #define DEFAULT_CHANNEL_SWITCH_TIMER         0       /* usec */
 #define DEFAULT_CHANNEL_READ_TIMER           200     /* usec */
+#define DEFAULT_CHANNEL_OUTPUT               0       /* splice, mmap (0: SPLICE, 1: MMAP, see lttng.h) */
 
 /*
  * lttng user-space instrumentation type
This page took 0.02291 seconds and 4 git commands to generate.