summaryrefslogtreecommitdiff
path: root/src/main-data.c
diff options
context:
space:
mode:
authorAditya Naik2020-04-22 15:42:32 -0400
committerAditya Naik2020-04-22 15:42:32 -0400
commit6b85f7b240cadeb076d666a5f14695eec7497300 (patch)
treebd389515e089aedbb546cbc92999d5055694e651 /src/main-data.c
parent289467830ae33d9feb0b5a47c554543003b79666 (diff)
Better idea: treat hs as done, manually add MDR
Diffstat (limited to 'src/main-data.c')
-rw-r--r--src/main-data.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main-data.c b/src/main-data.c
index 4493c20..49849ea 100644
--- a/src/main-data.c
+++ b/src/main-data.c
@@ -88,11 +88,11 @@ int main(void)
#endif /* TESTING_ENABLE */
#ifdef MASTER
- /* handshake */
+ /* Add MDR */
+
-
/* dataflow */
- for (int i=0; )
+
#else /* Slave code*/
{