X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=kconsumerd%2Fkconsumerd.h;fp=kconsumerd%2Fkconsumerd.h;h=2aff4ef5011218c9d319884797f18aeab38d8b15;hp=6c78663f5e67900cfbbed0129a8f75c4d65929d1;hb=5dc1855009c9b215a108bc56e7df64d9862c8144;hpb=914a571be28d564da39d537a639b83a8d564376c diff --git a/kconsumerd/kconsumerd.h b/kconsumerd/kconsumerd.h index 6c78663f5..2aff4ef50 100644 --- a/kconsumerd/kconsumerd.h +++ b/kconsumerd/kconsumerd.h @@ -19,6 +19,8 @@ #ifndef _LTT_KCONSUMERD_H #define _LTT_KCONSUMERD_H +#include "lttng-kconsumerd.h" + struct ltt_kconsumerd_fd_list { struct cds_list_head head; }; @@ -34,7 +36,7 @@ struct ltt_kconsumerd_fd { int out_fd; /* output file to write the data */ off_t out_fd_offset; /* write position in the output file descriptor */ char path_name[PATH_MAX]; /* tracefile name */ - enum lttcomm_kconsumerd_fd_state state; + enum kconsumerd_fd_state state; unsigned long max_sb_size; /* the subbuffer size for this channel */ };