Update notification iterator's "init" function signature
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 29 Mar 2017 00:15:40 +0000 (20:15 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:39 +0000 (12:57 -0400)
commit914575515c65df149b18d6eacfd51010c39fab21
tree4ac90700da603fd94ac5790d91db70432e97f5b9
parent41a2b7aeccec8153fc6845819a0ca98461f35cb1
Update notification iterator's "init" function signature

As per this project's standard way of calling methods, the self object
should always be the first parameter. In the cast of
bt_component_class_notification_iterator_init_method, we don't need to
explicitly pass the bt_private_component object since you can get it
from the notification iterator with
bt_private_notification_iterator_get_private_component().

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/component/component-class.h
lib/component/connection.c
lib/component/filter.c
lib/component/iterator.c
plugins/ctf/fs/fs.c
plugins/ctf/fs/fs.h
plugins/utils/trimmer/iterator.c
plugins/utils/trimmer/iterator.h
tests/lib/test-plugin-plugins/sfs.c
This page took 0.026 seconds and 4 git commands to generate.