babeltrace lib cleanup, folded with open/remove trace functions
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Feb 2012 17:01:01 +0000 (12:01 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Feb 2012 17:01:01 +0000 (12:01 -0500)
commit6cba487f031260536d6a77acde888c8b1a876fcf
tree7af8653711dfd8303a6c7022743aecdcd2962851
parent90fcbacc6eb672f0d5e0c9d6722d397ac9f1a63e
babeltrace lib cleanup, folded with open/remove trace functions

Folded patch from Yannick Brosseau <yannick.brosseau@gmail.com>, along
with various updates and cleanups, related to babeltrace lib.

Original changelog from Yannick Brosseau:
Move the trace_collection into its own file.
Port the converter to uses the new functions

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