lib: msg. iter. inactivity message has a simple CS, not a default CS
[babeltrace.git] / src / lib / graph / message / message-iterator-inactivity.h
index 12806bfb78cc594d4aa85c29ba0335db88bb8a08..6e8c1fdd42d301afa3f89af197e0165d9ece28d4 100644 (file)
@@ -29,7 +29,7 @@
 
 struct bt_message_message_iterator_inactivity {
        struct bt_message parent;
-       struct bt_clock_snapshot *default_cs;
+       struct bt_clock_snapshot *cs;
 };
 
 #endif /* BABELTRACE_GRAPH_MESSAGE_MESSAGE_ITERATOR_INACTIVITY_INTERNAL_H */
This page took 0.023138 seconds and 4 git commands to generate.