From: Julien Desfossez Date: Tue, 13 Sep 2011 19:06:42 +0000 (-0400) Subject: Add callback support X-Git-Tag: v0.7~15 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=8ee2fac4c2d886e6f5eb72f5c29fc284e267f791;hp=8ee2fac4c2d886e6f5eb72f5c29fc284e267f791 Add callback support This patchs provides the code to add callbacks per event or for each events. For now the priority is not handled so the callbacks are processed in a FIFO manner and global callbacks are processed before per-event callbacks. Signed-off-by: Julien Desfossez Signed-off-by: Mathieu Desnoyers ---