lib: Reset libbabeltrace2 to SONANE 0
[babeltrace.git] / include / babeltrace / ctf-writer / clock-internal.h
index b9e524a989e1df0567c29b765c4923e6a7eaa579..c263b1bee9cfd5e8684393f98ecf8c9ad0fac672 100644 (file)
@@ -2,8 +2,6 @@
 #define BABELTRACE_CTF_WRITER_CLOCK_INTERNAL_H
 
 /*
- * BabelTrace - CTF writer: Clock internal
- *
  * Copyright 2017 Philippe Proulx <pproulx@efficios.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  */
 
 #include <babeltrace/ctf-writer/clock.h>
-#include <babeltrace/ctf-ir/clock-class.h>
-#include <babeltrace/ctf-ir/trace-internal.h>
-#include <babeltrace/object-internal.h>
+#include <babeltrace/ctf-writer/clock-class-internal.h>
+#include <babeltrace/ctf-writer/trace-internal.h>
+#include <babeltrace/ctf-writer/object-internal.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <glib.h>
 #include <babeltrace/compat/uuid-internal.h>
 
 struct bt_ctf_clock {
-       struct bt_object base;
+       struct bt_ctf_object base;
        struct bt_ctf_clock_class *clock_class;
        uint64_t value;         /* Current clock value */
 };
 
+struct metadata_context;
+
 BT_HIDDEN
 int bt_ctf_clock_get_value(struct bt_ctf_clock *clock, uint64_t *value);
 
+BT_HIDDEN
+void bt_ctf_clock_class_serialize(struct bt_ctf_clock_class *clock_class,
+               struct metadata_context *context);
+
 #endif /* BABELTRACE_CTF_WRITER_CLOCK_INTERNAL_H */
This page took 0.023304 seconds and 4 git commands to generate.