Generate graphs of broadcasts
[lttv.git] / lttv / lttv / sync / data_structures.h
index 697f29a63e29ee5200918f07a8d11d305d4a50eb..5f5e4be373a5344a6dd7477bc57e1d83343cf54e 100644 (file)
@@ -113,11 +113,13 @@ typedef struct _Message
 typedef struct
 {
        Message* message;
+       // Event* acks[]
        GQueue* acks;
 } Exchange;
 
 typedef struct
 {
+       // Event* events[]
        GQueue* events;
 } Broadcast;
 
This page took 0.021672 seconds and 4 git commands to generate.