X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs-src%2Ffs.h;h=13b0d07c6b5e802e64d50f38bef5523894ca7d37;hb=a2a545450763347fd1c1e5c089a296238e1cbc11;hp=c5c12fb4e6b22a13815053b5430bf59f4c73a982;hpb=be1546bde135e26e1e43e31361d318108f31a89f;p=babeltrace.git diff --git a/plugins/ctf/fs-src/fs.h b/plugins/ctf/fs-src/fs.h index c5c12fb4..13b0d07c 100644 --- a/plugins/ctf/fs-src/fs.h +++ b/plugins/ctf/fs-src/fs.h @@ -60,11 +60,6 @@ struct ctf_fs_metadata { int bo; }; -struct ctf_fs_component_options { - int64_t clock_offset; - int64_t clock_offset_ns; -}; - struct ctf_fs_component { /* Weak, guaranteed to exist */ struct bt_private_component *priv_comp; @@ -75,7 +70,7 @@ struct ctf_fs_component { /* Array of struct ctf_fs_trace *, owned by this */ GPtrArray *traces; - struct ctf_fs_component_options options; + struct ctf_fs_metadata_config metadata_config; }; struct ctf_fs_trace { @@ -143,7 +138,7 @@ struct bt_value *ctf_fs_query(struct bt_component_class *comp_class, BT_HIDDEN struct ctf_fs_trace *ctf_fs_trace_create(const char *path, const char *name, - struct metadata_overrides *overrides); + struct ctf_fs_metadata_config *config); BT_HIDDEN void ctf_fs_trace_destroy(struct ctf_fs_trace *trace);