Add frozen property to notification objects
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 3 Apr 2017 23:41:35 +0000 (19:41 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:40 +0000 (12:57 -0400)
commite7fa96c3b54878bd96a828be1cc945abfbfc1c64
treec2960f1de4782a1069851d396a14307e52930ac2
parentc9d90a342899db7aa095b06d15728f24b89e9a2b
Add frozen property to notification objects

A frozen notification cannot be modified (except for its reference
count). Currently, no notification can be modified after its creation
anyway, but we're excepting some.

The notification is frozen by bt_notification_iterator_next() when the
component's "next" method is successful.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/graph/notification-internal.h
include/babeltrace/graph/notification.h
lib/component/iterator.c
This page took 0.024016 seconds and 4 git commands to generate.