lib: remove "unknown clock snapshot" concept
[babeltrace.git] / include / babeltrace / graph / message-discarded-packets-const.h
index 77d5d413dfcf2686e4bdf56b2b2f2285bb8c9c12..4c80b52814694547c8c59c2b58cbda5dea749c56 100644 (file)
 /* For bt_message, bt_clock_snapshot, bt_stream */
 #include <babeltrace/types.h>
 
 /* For bt_message, bt_clock_snapshot, bt_stream */
 #include <babeltrace/types.h>
 
-/* For bt_clock_snapshot_state */
-#include <babeltrace/trace-ir/clock-snapshot-const.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-extern bt_clock_snapshot_state
+extern const bt_clock_snapshot *
 bt_message_discarded_packets_borrow_default_beginning_clock_snapshot_const(
 bt_message_discarded_packets_borrow_default_beginning_clock_snapshot_const(
-               const bt_message *msg, const bt_clock_snapshot **snapshot);
+               const bt_message *msg);
 
 
-extern bt_clock_snapshot_state
+extern const bt_clock_snapshot *
 bt_message_discarded_packets_borrow_default_end_clock_snapshot_const(
 bt_message_discarded_packets_borrow_default_end_clock_snapshot_const(
-               const bt_message *msg, const bt_clock_snapshot **snapshot);
+               const bt_message *msg);
 
 extern const bt_clock_class *
 bt_message_discarded_packets_borrow_stream_class_default_clock_class_const(
 
 extern const bt_clock_class *
 bt_message_discarded_packets_borrow_stream_class_default_clock_class_const(
This page took 0.02362 seconds and 4 git commands to generate.