add end of stream notification
[babeltrace.git] / plugins / ctf / fs / fs.h
index 31c868270922b1663b3263b88a03654d70c88699..f3d442e466bbf7e33d6be8c8822c394b3b6ebaec 100644 (file)
@@ -63,6 +63,7 @@ struct ctf_fs_stream {
        size_t mmap_len;
        off_t mmap_offset;
        off_t request_offset;
+       bool end_reached;
 };
 
 struct ctf_fs_data_stream {
This page took 0.02342 seconds and 4 git commands to generate.