lib: remove CV snapshot property from stream beginning/end message
[babeltrace.git] / include / babeltrace / graph / message-stream-internal.h
index 3752c109e44acb25aaf36d97feaf430c309a6503..36e4580c04e5def7baf19b4c3b494767acd2113e 100644 (file)
 struct bt_message_stream_beginning {
        struct bt_message parent;
        struct bt_stream *stream;
-       struct bt_clock_snapshot *default_cs;
 };
 
 struct bt_message_stream_end {
        struct bt_message parent;
        struct bt_stream *stream;
-       struct bt_clock_snapshot *default_cs;
 };
 
 #endif /* BABELTRACE_GRAPH_MESSAGE_STREAM_INTERNAL_H */
This page took 0.023077 seconds and 4 git commands to generate.