Support for --clock-offset and --clock-offset-ns
[babeltrace.git] / plugins / ctf / fs / fs.h
index 720102987572484766a41a4c89be2f10df7c4954..0e286f1770c8431c75d6bcfec8f812f624cdbe0a 100644 (file)
@@ -78,6 +78,8 @@ struct ctf_fs_stream {
 };
 
 struct ctf_fs_component_options {
+       uint64_t clock_offset;
+       uint64_t clock_offset_ns;
 };
 
 struct ctf_fs_port_data {
This page took 0.023227 seconds and 4 git commands to generate.