aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-19 13:35:50 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-19 13:35:50 +0000
commit03c704a6653a230d7d17a828e77613f0fac25080 (patch)
tree279d21028b527d8f81b073362a12a2b18235fdee
parent7788fcf071e7d5715d76da3891305621095f5a2b (diff)
downloadgnunet-03c704a6653a230d7d17a828e77613f0fac25080.tar.gz
gnunet-03c704a6653a230d7d17a828e77613f0fac25080.zip
-spacing
-rw-r--r--src/include/gnunet_mq_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index b73cab8d8..3a4dd3d5f 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -297,6 +297,7 @@ GNUNET_MQ_send_cancel (struct GNUNET_MQ_Envelope *ev);
297uint32_t 297uint32_t
298GNUNET_MQ_assoc_add (struct GNUNET_MQ_Handle *mq, void *assoc_data); 298GNUNET_MQ_assoc_add (struct GNUNET_MQ_Handle *mq, void *assoc_data);
299 299
300
300/** 301/**
301 * Get the data associated with a request id in a queue 302 * Get the data associated with a request id in a queue
302 * 303 *
@@ -319,7 +320,6 @@ void *
319GNUNET_MQ_assoc_remove (struct GNUNET_MQ_Handle *mq, uint32_t request_id); 320GNUNET_MQ_assoc_remove (struct GNUNET_MQ_Handle *mq, uint32_t request_id);
320 321
321 322
322
323/** 323/**
324 * Create a message queue for a GNUNET_CLIENT_Connection. 324 * Create a message queue for a GNUNET_CLIENT_Connection.
325 * If handlers are specfied, receive messages from the connection. 325 * If handlers are specfied, receive messages from the connection.
@@ -473,6 +473,7 @@ GNUNET_MQ_impl_current (struct GNUNET_MQ_Handle *mq);
473void * 473void *
474GNUNET_MQ_impl_state (struct GNUNET_MQ_Handle *mq); 474GNUNET_MQ_impl_state (struct GNUNET_MQ_Handle *mq);
475 475
476
476/** 477/**
477 * Mark the current message as irrevocably sent, but do not 478 * Mark the current message as irrevocably sent, but do not
478 * proceed with sending the next message. 479 * proceed with sending the next message.