Add parameters to callbacks
authorJulien Desfossez <julien.desfossez@polymtl.ca>
Tue, 27 Sep 2011 00:57:52 +0000 (20:57 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2011 00:57:52 +0000 (20:57 -0400)
commite73cc54c775bbc29328a108f65a12a0f7e3c70f7
tree9a17e6c4776b8ce4df53bd2b213ec917e2805774
parentf72803caba1da2c19dc1c1f024a1462dc54d4fbf
Add parameters to callbacks

This patchs adds a new structure that is passed by the library as the
first parameter of each callback call. As of now it only provides a
pointer to the current event. Now we also pass the pointer to the
private data registered when the callback is added.

Signed-off-by: Julien Desfossez <julien.desfossez@polymtl.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
converter/babeltrace-lib.c
include/babeltrace/babeltrace.h
This page took 0.028945 seconds and 4 git commands to generate.