X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_matching_tcp.c;h=3bfe479ed48ad8e3b4e22199c43ab3825d5ae37e;hb=e96ed88f09628976d17fa4820b1d6deaf6cedf4a;hp=9c3e6a9d3606bef458b2782160b8e4fb0ae46546;hpb=f109919bd6649a6e21a0719a174b5efabd989225;p=lttv.git diff --git a/lttv/lttv/sync/event_matching_tcp.c b/lttv/lttv/sync/event_matching_tcp.c index 9c3e6a9d..3bfe479e 100644 --- a/lttv/lttv/sync/event_matching_tcp.c +++ b/lttv/lttv/sync/event_matching_tcp.c @@ -634,7 +634,7 @@ static void openGraphDataFiles(SyncState* const syncState) */ static void writeMessagePoint(FILE* stream, const Message* const message) { - LttCycleCount x, y; + uint64_t x, y; if (message->inE->traceNum < message->outE->traceNum) {