X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_processing.h;h=d1ac7647ecf5b8210c5a87be9fef073bc6d25088;hb=467066eeab8b0a4e5ea07d24f1840310730fd470;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..d1ac7647 100644 --- a/lttv/lttv/sync/event_processing.h +++ b/lttv/lttv/sync/event_processing.h @@ -20,10 +20,12 @@ #define EVENT_PROCESSING_H #include +#include #include -#include "data_structures_tcp.h" +#include "data_structures.h" +#include "graph_functions.h" struct _SyncState; @@ -37,7 +39,9 @@ typedef struct void (*destroyProcessing)(struct _SyncState* const syncState); void (*finalizeProcessing)(struct _SyncState* const syncState); + void (*printProcessingStats)(struct _SyncState* const syncState); + GraphFunctions graphFunctions; } ProcessingModule; #endif