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>
Mon, 26 Mar 2018 18:28:33 +0000 (14:28 -0400)
commita17857eb2535010e7bd02ab3a636edbfe4e719c5
treefe1c6e1994e87f310ad679a74fefd0482f72c853
parentd7e082aff54d1f688797b32be4e5293dd35f1405
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.025061 seconds and 4 git commands to generate.