Generate graphs of broadcasts
[lttv.git] / lttv / lttv / sync / data_structures.h
index b6bc89801692d8d224f0a820d11e60232233d9b8..5f5e4be373a5344a6dd7477bc57e1d83343cf54e 100644 (file)
@@ -23,8 +23,6 @@
 #include <stdbool.h>
 #include <stdint.h>
 
-#include <ltt/ltt.h>
-
 
 enum Direction
 {
@@ -115,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.073303 seconds and 4 git commands to generate.