X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_processing.h;h=34ea8001d4ec798f22b9000257601afc513943ff;hb=2f07659468ff3427bb3923cdc5a7ec61b6e8bbce;hp=d1ac7647ecf5b8210c5a87be9fef073bc6d25088;hpb=1d597550379cb00832f73bd5402918fd6ed2e9df;p=lttv.git diff --git a/lttv/lttv/sync/event_processing.h b/lttv/lttv/sync/event_processing.h index d1ac7647..34ea8001 100644 --- a/lttv/lttv/sync/event_processing.h +++ b/lttv/lttv/sync/event_processing.h @@ -22,8 +22,6 @@ #include #include -#include - #include "data_structures.h" #include "graph_functions.h" @@ -34,12 +32,9 @@ typedef struct { char* name; - void (*initProcessing)(struct _SyncState* const syncStateLttv, - LttvTracesetContext* const traceSetContext); + void (*initProcessing)(struct _SyncState* const syncStateLttv, ...); void (*destroyProcessing)(struct _SyncState* const syncState); - void (*finalizeProcessing)(struct _SyncState* const syncState); - void (*printProcessingStats)(struct _SyncState* const syncState); GraphFunctions graphFunctions; } ProcessingModule;