ir: stream: add bt_ctf_stream_is_writer()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 13 Jan 2017 20:24:27 +0000 (15:24 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:08 +0000 (14:09 -0400)
commit98a4cbefe4c162067144bf5e1b7341c8dd8767bb
treef36c59490520ce8ffd4f565a657cdb59515401b8
parenta04e2b05cf00fabf1ecddf644f4c17b74112235f
ir: stream: add bt_ctf_stream_is_writer()

This function indicates whether or not the stream is in
"CTF writer mode", that is, its trace parent was created by a
CTF writer object and it has an open file descriptor.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/ir/stream.c
include/babeltrace/ctf-writer/stream.h
This page took 0.025068 seconds and 4 git commands to generate.