X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_processing.h;h=34ea8001d4ec798f22b9000257601afc513943ff;hb=2f07659468ff3427bb3923cdc5a7ec61b6e8bbce;hp=bbaae74cee28595471403111af6d394d4ce10578;hpb=70407e861d8430dbe06cc52e6fe4ed5c9cd0872a;p=lttv.git diff --git a/lttv/lttv/sync/event_processing.h b/lttv/lttv/sync/event_processing.h index bbaae74c..34ea8001 100644 --- a/lttv/lttv/sync/event_processing.h +++ b/lttv/lttv/sync/event_processing.h @@ -20,10 +20,10 @@ #define EVENT_PROCESSING_H #include +#include -#include - -#include "data_structures_tcp.h" +#include "data_structures.h" +#include "graph_functions.h" struct _SyncState; @@ -32,12 +32,11 @@ 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; #endif