lib: Reset libbabeltrace2 to SONANE 0
[babeltrace.git] / include / babeltrace / ctf-writer / clock-internal.h
index 0a3811d6c4d6ffdd026a94c71da93ed39a384dce..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-writer/clock-class-internal.h>
 #include <babeltrace/ctf-writer/trace-internal.h>
-#include <babeltrace/object-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 */
 };
This page took 0.023634 seconds and 4 git commands to generate.