X-Git-Url: http://git.lttng.org/?p=lttv.git;a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fdata_structures.h;h=5f5e4be373a5344a6dd7477bc57e1d83343cf54e;hp=697f29a63e29ee5200918f07a8d11d305d4a50eb;hb=ffa21cfde7a086c1558b961ffa0fcbe75513a7f6;hpb=1633c5a57a93a17f02858032c68f98f3d37890bc diff --git a/lttv/lttv/sync/data_structures.h b/lttv/lttv/sync/data_structures.h index 697f29a6..5f5e4be3 100644 --- a/lttv/lttv/sync/data_structures.h +++ b/lttv/lttv/sync/data_structures.h @@ -113,11 +113,13 @@ typedef struct _Message typedef struct { Message* message; + // Event* acks[] GQueue* acks; } Exchange; typedef struct { + // Event* events[] GQueue* events; } Broadcast;