Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
-#ifndef _BABELTRACE_CLOCKS_H
-#define _BABELTRACE_CLOCKS_H
+#ifndef _BABELTRACE_CLOCK_TYPES_H
+#define _BABELTRACE_CLOCK_TYPES_H
/*
* BabelTrace
*
- * clocks header
+ * Clock types header
*
* Copyright 2012 EfficiOS Inc. and Linux Foundation
*
*/
/*
- * the Babeltrace clock representations
+ * The Babeltrace clock representations
*/
enum bt_clock_type {
BT_CLOCK_CYCLES = 0,
BT_CLOCK_REAL,
};
-#endif /* _BABELTRACE_CLOCKS_H */
+#endif /* _BABELTRACE_CLOCK_TYPES_H */