X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Flttng-sessiond-comm.h;h=f57b0cd5f51bad2de8701b506b013dbe3d791406;hb=8b270bdb4dccf5571180a9906084126e90eec949;hp=be903a6ce3f9f66c909864f1cfbaf2a75743e2a7;hpb=e88129fcabf35d124a7d97f6600350745dcbbb81;p=lttng-tools.git 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);