X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Ftypes.h;h=9a1a4d41c4569015a2bd7b6cb812f5ba4165ed4f;hp=121beda575c401939248bc171673a60eb30ff074;hb=8563e754804a60faf870282d494ea419dc87016b;hpb=809cbff588674d09c14b128eb95d332048382770 diff --git a/include/babeltrace/ctf/types.h b/include/babeltrace/ctf/types.h index 121beda5..9a1a4d41 100644 --- a/include/babeltrace/ctf/types.h +++ b/include/babeltrace/ctf/types.h @@ -20,6 +20,9 @@ */ #include +#include +#include +#include #include #include #include @@ -84,7 +87,7 @@ void ctf_sequence_rw(struct stream_pos *pos, struct definition *definition); void ctf_move_pos_slow(struct ctf_stream_pos *pos, size_t offset); -void ctf_init_pos(struct ctf_stream_pos *pos, int fd); +void ctf_init_pos(struct ctf_stream_pos *pos, int fd, int open_flags); void ctf_fini_pos(struct ctf_stream_pos *pos); /*