API Fix : handle id to use the public functions
authorJulien Desfossez <julien.desfossez@efficios.com>
Mon, 26 Mar 2012 20:41:56 +0000 (16:41 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Mar 2012 20:41:56 +0000 (16:41 -0400)
commite3d12cf93f067601df4179ef4b7e2a30aa0065f7
treeda04eede226a2b82e955206d29d538263a5016ef
parent55c21ea5d3bb180e0b59b08cd9ae84de3ff52f00
API Fix : handle id to use the public functions

The API functions were designed to be used with struct trace_handle as
parameters, but no public function returns such a struct.
This patch fixes that by allowing the user to pass the context and the
handle_id.

Acked-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Julien Desfossez <julien.desfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/babeltrace/trace-handle.h
lib/trace-handle.c
This page took 0.024235 seconds and 4 git commands to generate.