X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Ftrace-handle-internal.h;h=362008227b214adc9e38f4477506996a93d2dc6a;hp=9351367d212fb822860808aec1cd3281ba08a34d;hb=09349576c27925daab50630bff7d219eebc8df98;hpb=842c2b97eab577484edae763770dfd1440490818 diff --git a/include/babeltrace/trace-handle-internal.h b/include/babeltrace/trace-handle-internal.h index 9351367d..36200822 100644 --- a/include/babeltrace/trace-handle-internal.h +++ b/include/babeltrace/trace-handle-internal.h @@ -23,7 +23,9 @@ */ #include +#include #include +#include /* * trace_handle : unique identifier of a trace @@ -33,9 +35,13 @@ */ struct bt_trace_handle { int id; - char *path; - uint64_t timestamp_begin; - uint64_t timestamp_end; + struct trace_descriptor *td; + struct format *format; + char path[PATH_MAX]; + uint64_t real_timestamp_begin; + uint64_t real_timestamp_end; + uint64_t cycles_timestamp_begin; + uint64_t cycles_timestamp_end; }; /* @@ -43,7 +49,7 @@ struct bt_trace_handle { * * Returns a newly allocated trace_handle or NULL on error */ -struct bt_trace_handle *bt_trace_create_handle(struct bt_context *ctx); +struct bt_trace_handle *bt_trace_handle_create(struct bt_context *ctx); /* * bt_trace_handle_destroy : free a trace_handle