X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_matching_tcp.c;h=9ba8b63265463670db782c8dddb57b72f76890c3;hb=053b4b77c527fa96a7a24967da9b2d0f6ef68cfc;hp=8d4d8e322c484d4b453b2c47ec1bdd266b12b49d;hpb=482fe4814d81bd6109f8ddcada7784b288bfabda;p=lttv.git diff --git a/lttv/lttv/sync/event_matching_tcp.c b/lttv/lttv/sync/event_matching_tcp.c index 8d4d8e32..9ba8b632 100644 --- a/lttv/lttv/sync/event_matching_tcp.c +++ b/lttv/lttv/sync/event_matching_tcp.c @@ -21,6 +21,7 @@ #endif #include +#include #include #include #include @@ -645,7 +646,7 @@ static void writeMessagePoint(FILE* stream, const Message* const message) y= message->inE->cpuTime; } - fprintf(stream, "%20llu %20llu\n", x, y); + fprintf(stream, "%20" PRIu64 " %20" PRIu64 "\n", x, y); }