X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng-sessiond-comm.h;h=f57b0cd5f51bad2de8701b506b013dbe3d791406;hp=be903a6ce3f9f66c909864f1cfbaf2a75743e2a7;hb=8b270bdb4dccf5571180a9906084126e90eec949;hpb=cb040cc13fdbe2d5561c4ee10d94701436b9c8ae diff --git a/include/lttng-sessiond-comm.h b/include/lttng-sessiond-comm.h index be903a6ce..f57b0cd5f 100644 --- a/include/lttng-sessiond-comm.h +++ b/include/lttng-sessiond-comm.h @@ -193,6 +193,7 @@ struct lttcomm_kconsumerd_msg { int fd; uint32_t state; /* enum lttcomm_kconsumerd_fd_state */ unsigned long max_sb_size; /* the subbuffer size for this channel */ + enum lttng_event_output output; /* use splice or mmap to consume this fd */ }; extern int lttcomm_create_unix_sock(const char *pathname);