Make option type OPTIONAL_ARG available
[lttv.git] / lttv / lttv / sync / event_processing.h
index 34ea8001d4ec798f22b9000257601afc513943ff..2ac26ae20effa67cd4da114d6b11c766294f5e68 100644 (file)
@@ -33,9 +33,9 @@ typedef struct
        char* name;
 
        void (*initProcessing)(struct _SyncState* const syncStateLttv, ...);
-       void (*destroyProcessing)(struct _SyncState* const syncState);
        void (*finalizeProcessing)(struct _SyncState* const syncState);
        void (*printProcessingStats)(struct _SyncState* const syncState);
+       void (*destroyProcessing)(struct _SyncState* const syncState);
        GraphFunctions graphFunctions;
 } ProcessingModule;
 
This page took 0.022602 seconds and 4 git commands to generate.