X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_analysis.h;h=0838f28c1ad45c545f280fd2549aef5444036177;hb=10341d26543c63ff318a4cf5cb163bccdc58b19d;hp=76658b4ec54f29d17ec1886d1c05e344135144d8;hpb=84baf72b1a0b38d106c80c936261e9aed9b6324f;p=lttv.git diff --git a/lttv/lttv/sync/event_analysis.h b/lttv/lttv/sync/event_analysis.h index 76658b4e..0838f28c 100644 --- a/lttv/lttv/sync/event_analysis.h +++ b/lttv/lttv/sync/event_analysis.h @@ -22,7 +22,7 @@ #include #include -#include "data_structures_tcp.h" +#include "data_structures.h" struct _SyncState; @@ -34,10 +34,12 @@ typedef struct void (*initAnalysis)(struct _SyncState* const syncState); void (*destroyAnalysis)(struct _SyncState* const syncState); - void (*analyzePacket)(struct _SyncState* const syncState, Packet* const - packet); - void (*analyzeExchange)(struct _SyncState* const syncState, Packet* const - packet); + void (*analyzeMessage)(struct _SyncState* const syncState, Message* const + message); + void (*analyzeExchange)(struct _SyncState* const syncState, Exchange* const + exchange); + void (*analyzeBroadcast)(struct _SyncState* const syncState, Broadcast* const + broadcast); GArray* (*finalizeAnalysis)(struct _SyncState* const syncState); void (*printAnalysisStats)(struct _SyncState* const syncState); void (*writeAnalysisGraphsPlots)(FILE* stream, struct _SyncState* const