X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_processing.h;h=18642408233682b7ac30ef861a3e888265b424b4;hb=8d7d16dd4f5f6ae09f556a9b0b477baaa93d468c;hp=44a2c4cf43701150e8b1eab9c8059321a7f2e0d6;hpb=4ee223e50270f894ec866b07c00ad49dff666173;p=lttv.git diff --git a/lttv/lttv/sync/event_processing.h b/lttv/lttv/sync/event_processing.h index 44a2c4cf..18642408 100644 --- a/lttv/lttv/sync/event_processing.h +++ b/lttv/lttv/sync/event_processing.h @@ -45,10 +45,10 @@ typedef struct * graphs to be created at all. If it provides the next function, it must * also provide the second next function. */ - void (*writeProcessingGraphsPlots)(FILE* stream, struct _SyncState* const - syncState, const unsigned int i, const unsigned int j); - void (*writeProcessingGraphsOptions)(FILE* stream, struct _SyncState* - const syncState, const unsigned int i, const unsigned int j); + 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); } ProcessingModule; #endif