X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_processing.h;h=d1ac7647ecf5b8210c5a87be9fef073bc6d25088;hb=467066eeab8b0a4e5ea07d24f1840310730fd470;hp=18642408233682b7ac30ef861a3e888265b424b4;hpb=ffa21cfde7a086c1558b961ffa0fcbe75513a7f6;p=lttv.git diff --git a/lttv/lttv/sync/event_processing.h b/lttv/lttv/sync/event_processing.h index 18642408..d1ac7647 100644 --- a/lttv/lttv/sync/event_processing.h +++ b/lttv/lttv/sync/event_processing.h @@ -25,6 +25,7 @@ #include #include "data_structures.h" +#include "graph_functions.h" struct _SyncState; @@ -40,15 +41,7 @@ typedef struct void (*finalizeProcessing)(struct _SyncState* const syncState); void (*printProcessingStats)(struct _SyncState* const syncState); - - /* The processing module must provide the next function if it wishes - * graphs to be created at all. If it provides the next function, it must - * also provide the second next function. - */ - void (*writeProcessingGraphsPlots)(struct _SyncState* const syncState, - const unsigned int i, const unsigned int j); - void (*writeProcessingGraphsOptions)(struct _SyncState* const syncState, - const unsigned int i, const unsigned int j); + GraphFunctions graphFunctions; } ProcessingModule; #endif