Add graphStream field to syncState
[lttv.git] / lttv / lttv / sync / sync_chain.h
index fa39b966d2323406eb85ddeee7c9d4b93b0141ef..c64fa93ef29dbd3a28f2de68c0788a28d1cbf52f 100644 (file)
@@ -30,7 +30,8 @@ typedef struct _SyncState
 {
        unsigned int traceNb;
        bool stats;
-       const char* graphs;
+       FILE* graphsStream;
+       const char* graphsDir;
 
        const ProcessingModule* processingModule;
        void* processingData;
@@ -46,7 +47,7 @@ typedef struct
        enum {
                NO_ARG,
                REQUIRED_ARG,
-               //OPTIONAL_ARG,
+               //OPTIONAL_ARG, // Not yet implemented because not supported by LTTV
                HAS_ARG_COUNT // This must be the last field
        } hasArg;
        union
This page took 0.023207 seconds and 4 git commands to generate.