Introduce contexts
authorJulien Desfossez <julien.desfossez@efficios.com>
Wed, 25 Jan 2012 19:30:12 +0000 (14:30 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 25 Jan 2012 19:30:12 +0000 (14:30 -0500)
commit95d36295f18e15c7f68a97fbab3eb1961d21cd70
treea15547d450fa3b89e7c7939cd2556516b04ae5bd
parent74f21e2d288b83a1e810a20eaa6503bb25b7059f
Introduce contexts

The context is an object in which the trace_collection is opened. The
iterator (and later callbacks) depend on the context. This patch, does
not modify the behaviour, it is just the introduction of the contexts.
Also moved convert_trace() in the converter code since it is not a
public API function.

Signed-off-by: Julien Desfossez <julien.desfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
converter/babeltrace.c
include/Makefile.am
include/babeltrace/babeltrace-internal.h
include/babeltrace/babeltrace.h
include/babeltrace/format.h
include/babeltrace/iterator-internal.h
lib/Makefile.am
lib/babeltrace.c
lib/callbacks.c
lib/iterator.c
This page took 0.025081 seconds and 4 git commands to generate.