X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Ftracecontext.h;h=429a90162f5545343d884e2991a850d0f504f80c;hb=d730b5c8b76588740d11bd12c6e85ed26bebdb4e;hp=4be8be70aba6388e7544656c3e2ab8c7bdc31d41;hpb=79257ba540581e198c9d9b047fe0738a25c324ff;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/tracecontext.h b/ltt/branches/poly/lttv/lttv/tracecontext.h index 4be8be70..429a9016 100644 --- a/ltt/branches/poly/lttv/lttv/tracecontext.h +++ b/ltt/branches/poly/lttv/lttv/tracecontext.h @@ -94,8 +94,8 @@ struct _LttvTracesetContext { TimeInterval time_span; GTree *pqueue; - // LttvTracesetContextPosition *sync_position; /* position at which to sync the - // trace context */ + LttvTracesetContextPosition *sync_position; /* position at which to sync the + trace context */ }; struct _LttvTracesetContextClass { @@ -331,8 +331,8 @@ gint compare_tracefile(gconstpointer a, gconstpointer b); /* Synchronisation helpers : save/restore synchronization between ltt traces and * a traceset context. */ -//void lttv_process_traceset_synchronize_tracefiles(LttvTracesetContext *tsc); +void lttv_process_traceset_synchronize_tracefiles(LttvTracesetContext *tsc); -//void lttv_process_traceset_get_sync_data(LttvTracesetContext *tsc); +void lttv_process_traceset_get_sync_data(LttvTracesetContext *tsc); #endif // PROCESSTRACE_H