aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_testing_ng_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_transport_testing_ng_lib.h')
-rw-r--r--src/include/gnunet_transport_testing_ng_lib.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/include/gnunet_transport_testing_ng_lib.h b/src/include/gnunet_transport_testing_ng_lib.h
index b11fe6373..be904cf4c 100644
--- a/src/include/gnunet_transport_testing_ng_lib.h
+++ b/src/include/gnunet_transport_testing_ng_lib.h
@@ -196,16 +196,16 @@ GNUNET_TESTING_get_peer (unsigned int num,
196/** 196/**
197 * Call #op on all simple traits. 197 * Call #op on all simple traits.
198 */ 198 */
199#define GNUNET_TRANSPORT_TESTING_SIMPLE_TRAITS(op) \ 199#define GNUNET_TRANSPORT_TESTING_SIMPLE_TRAITS(op, prefix) \
200 op (connected_peers_map, const struct GNUNET_CONTAINER_MultiShortmap) \ 200 op (prefix, connected_peers_map, const struct GNUNET_CONTAINER_MultiShortmap) \
201 op (peer_id, const struct GNUNET_PeerIdentity) \ 201 op (prefix, peer_id, const struct GNUNET_PeerIdentity) \
202 op (hello_size, const size_t) \ 202 op (prefix, hello_size, const size_t) \
203 op (hello, const char) \ 203 op (prefix, hello, const char) \
204 op (application_handle, const struct GNUNET_TRANSPORT_ApplicationHandle) \ 204 op (prefix, application_handle, const struct GNUNET_TRANSPORT_ApplicationHandle) \
205 op (state, const struct GNUNET_TESTING_StartPeerState) \ 205 op (prefix, state, const struct GNUNET_TESTING_StartPeerState) \
206 op (broadcast, const enum GNUNET_GenericReturnValue) 206 op (prefix, broadcast, const enum GNUNET_GenericReturnValue)
207 207
208 208
209GNUNET_TRANSPORT_TESTING_SIMPLE_TRAITS (GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT) 209GNUNET_TRANSPORT_TESTING_SIMPLE_TRAITS (GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT, GNUNET_TRANSPORT_TESTING)
210 210
211#endif 211#endif