API : trace_handle
authorJulien Desfossez <julien.desfossez@efficios.com>
Mon, 30 Jan 2012 22:25:50 +0000 (17:25 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 30 Jan 2012 22:25:50 +0000 (17:25 -0500)
commit842c2b97eab577484edae763770dfd1440490818
tree54590dfcdf5494c05894c0bbbb00c17bb97ce43a
parent7d97fad984e6abfd809225a86983b12eab90b3bd
API : trace_handle

Add the trace_handle structure to allow the user to manipulate a trace.
Will be useful for getting information on specific trace files and
remove traces from a trace_collection without rebuilding the
trace_collection entirely.

Signed-off-by: Julien Desfossez <julien.desfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/Makefile.am
include/babeltrace/context.h
include/babeltrace/trace-handle-internal.h [new file with mode: 0644]
include/babeltrace/trace-handle.h [new file with mode: 0644]
lib/Makefile.am
lib/context.c
lib/trace-handle.c [new file with mode: 0644]
This page took 0.024734 seconds and 4 git commands to generate.