aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-01 12:45:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-01 12:45:53 +0000
commite6bf4cf07f217956876b7dc26a661eb127757191 (patch)
tree85fb1a69536e8af76c7fbb2a19c7a7879178505f /src/core/core.h
parente7b82d24d48e3a8f3f582595e1ea14f265296312 (diff)
downloadgnunet-e6bf4cf07f217956876b7dc26a661eb127757191.tar.gz
gnunet-e6bf4cf07f217956876b7dc26a661eb127757191.zip
-doxygen
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 4cfc83611..17014d6ec 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -180,7 +180,7 @@ struct NotifyTrafficMessage
180struct SendMessageRequest 180struct SendMessageRequest
181{ 181{
182 /** 182 /**
183 * Header with type GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST 183 * Header with type #GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST
184 */ 184 */
185 struct GNUNET_MessageHeader header; 185 struct GNUNET_MessageHeader header;
186 186
@@ -221,12 +221,12 @@ struct SendMessageRequest
221/** 221/**
222 * Core notifying client that it is allowed to now 222 * Core notifying client that it is allowed to now
223 * transmit a message to the given target 223 * transmit a message to the given target
224 * (response to GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST). 224 * (response to #GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST).
225 */ 225 */
226struct SendMessageReady 226struct SendMessageReady
227{ 227{
228 /** 228 /**
229 * Header with type GNUNET_MESSAGE_TYPE_CORE_SEND_READY 229 * Header with type #GNUNET_MESSAGE_TYPE_CORE_SEND_READY
230 */ 230 */
231 struct GNUNET_MessageHeader header; 231 struct GNUNET_MessageHeader header;
232 232
@@ -253,12 +253,12 @@ struct SendMessageReady
253 253
254/** 254/**
255 * Client asking core to transmit a particular message to a particular 255 * Client asking core to transmit a particular message to a particular
256 * target (response to GNUNET_MESSAGE_TYPE_CORE_SEND_READY). 256 * target (response to #GNUNET_MESSAGE_TYPE_CORE_SEND_READY).
257 */ 257 */
258struct SendMessage 258struct SendMessage
259{ 259{
260 /** 260 /**
261 * Header with type GNUNET_MESSAGE_TYPE_CORE_SEND 261 * Header with type #GNUNET_MESSAGE_TYPE_CORE_SEND
262 */ 262 */
263 struct GNUNET_MessageHeader header; 263 struct GNUNET_MessageHeader header;
264 264
@@ -279,7 +279,7 @@ struct SendMessage
279 struct GNUNET_PeerIdentity peer; 279 struct GNUNET_PeerIdentity peer;
280 280
281 /** 281 /**
282 * GNUNET_YES if corking is allowed, GNUNET_NO if not. 282 * #GNUNET_YES if corking is allowed, #GNUNET_NO if not.
283 */ 283 */
284 uint32_t cork GNUNET_PACKED; 284 uint32_t cork GNUNET_PACKED;
285 285