X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fsync_chain.h;h=152d1321469bc0ecd9919d2781fbfa841acd1dc9;hb=08365995afd45ea5f6f62f5d8fbc90961de5eacf;hp=9515c6e5e07d0d46e001279927b181c2720f88c3;hpb=85c9417b6ebc1e1cd25d479389c91926eb6948dc;p=lttv.git diff --git a/lttv/lttv/sync/sync_chain.h b/lttv/lttv/sync/sync_chain.h index 9515c6e5..152d1321 100644 --- a/lttv/lttv/sync/sync_chain.h +++ b/lttv/lttv/sync/sync_chain.h @@ -29,6 +29,7 @@ typedef struct _SyncState { unsigned int traceNb; bool stats; + char* graphs; const ProcessingModule* processingModule; void* processingData; @@ -45,4 +46,6 @@ extern GQueue analysisModules; void syncTraceset(LttvTracesetContext* const traceSetContext); +char* changeToGraphDir(char* const graphs); + #endif