Docs: Indicate that stream event context is sampled on event append
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 16 Dec 2014 22:47:15 +0000 (17:47 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 16 Dec 2014 23:19:38 +0000 (18:19 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/ctf-ir/stream.h

index ab0a8c7e534b5d290f9d3c2f8064430095dc4edb..9cf025547a8d446ba06b7a15c62801d993a104e9 100644 (file)
@@ -76,6 +76,9 @@ extern void bt_ctf_stream_append_discarded_events(struct bt_ctf_stream *stream,
  * incrementing its reference count. The current packet is not flushed to disk
  * until the next call to bt_ctf_stream_flush.
  *
+ * The stream event context will be sampled for every appended event if
+ * a stream event context was defined.
+ *
  * @param stream Stream instance.
  * @param event Event instance to append to the stream's current packet.
  *
This page took 0.024826 seconds and 4 git commands to generate.