X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Fclock-internal.h;h=c263b1bee9cfd5e8684393f98ecf8c9ad0fac672;hb=7e69c04f557e46fb50e5a888a3bc3451afbd3b8e;hp=0a3811d6c4d6ffdd026a94c71da93ed39a384dce;hpb=16ca5ff0568c72f5600ebc88b195fbc5ee88556d;p=babeltrace.git diff --git a/include/babeltrace/ctf-writer/clock-internal.h b/include/babeltrace/ctf-writer/clock-internal.h index 0a3811d6..c263b1be 100644 --- a/include/babeltrace/ctf-writer/clock-internal.h +++ b/include/babeltrace/ctf-writer/clock-internal.h @@ -2,8 +2,6 @@ #define BABELTRACE_CTF_WRITER_CLOCK_INTERNAL_H /* - * BabelTrace - CTF writer: Clock internal - * * Copyright 2017 Philippe Proulx * * Permission is hereby granted, free of charge, to any person obtaining a copy @@ -28,13 +26,13 @@ #include #include #include -#include +#include #include #include #include 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 */ };