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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/testing_cmds.h b/src/testing/testing_cmds.h
index 7a5860aea..09e4f2dcb 100644
--- a/src/testing/testing_cmds.h
+++ b/src/testing/testing_cmds.h
@@ -83,6 +83,8 @@ struct GNUNET_CMDS_LOCAL_FINISHED
83 * Type is GNUNET_MESSAGE_TYPE_CMDS_HELPER_LOCAL_FINISHED 83 * Type is GNUNET_MESSAGE_TYPE_CMDS_HELPER_LOCAL_FINISHED
84 */ 84 */
85 struct GNUNET_MessageHeader header; 85 struct GNUNET_MessageHeader header;
86
87 enum GNUNET_GenericReturnValue result;
86}; 88};
87 89
88GNUNET_NETWORK_STRUCT_END 90GNUNET_NETWORK_STRUCT_END