aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_cmds.h')
-rw-r--r--src/testing/testing_cmds.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/testing/testing_cmds.h b/src/testing/testing_cmds.h
index 7a5860aea..005402a73 100644
--- a/src/testing/testing_cmds.h
+++ b/src/testing/testing_cmds.h
@@ -85,6 +85,23 @@ struct GNUNET_CMDS_LOCAL_FINISHED
85 struct GNUNET_MessageHeader header; 85 struct GNUNET_MessageHeader header;
86}; 86};
87 87
88struct GNUNET_CMDS_LOCAL_TEST_PREPARED
89{
90 /**
91 * Type is GNUNET_MESSAGE_TYPE_CMDS_HELPER_LOCAL_TEST_PREPARED
92 */
93 struct GNUNET_MessageHeader header;
94};
95
96struct GNUNET_CMDS_ALL_LOCAL_TESTS_PREPARED
97{
98 /**
99 * Type is GNUNET_MESSAGE_TYPE_CMDS_HELPER_ALL_LOCAL_TESTS_PREPARED
100 */
101 struct GNUNET_MessageHeader header;
102};
103
88GNUNET_NETWORK_STRUCT_END 104GNUNET_NETWORK_STRUCT_END
105
89#endif 106#endif
90/* end of testing_cmds.h */ 107/* end of testing_cmds.h */