Add missing clock.h compatiblity header under ctf-ir
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Jan 2018 15:51:59 +0000 (10:51 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Jan 2018 15:51:59 +0000 (10:51 -0500)
commit1ddd69e6777facc24c81110f83bd77f778438ddb
treec0fb15b821bcdd038794611f952ec94997513d0d
parenta4c4205aa5847091494ce48fe8a78db1e36c8b68
Add missing clock.h compatiblity header under ctf-ir

Babeltrace 1.5 exposes a clock.h header under ctf-ir which
is equivalent to what is now ctf-writer/clock.h.

This commit adds a compatiblity header which includes
ctf-writer/clock.h in order to maintain the backward
compatibility with the 1.x API.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/Makefile.am
include/babeltrace/ctf-ir/clock.h [new file with mode: 0644]
This page took 0.024151 seconds and 4 git commands to generate.