aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_api.c
diff options
context:
space:
mode:
authorBart Polot <bart.polot+voyager@gmail.com>2017-02-08 17:22:36 +0100
committerBart Polot <bart.polot+voyager@gmail.com>2017-02-08 17:22:36 +0100
commit4d87fe3529e42ee592c82a22f6389ad65084a3c8 (patch)
tree1e1de3ff1f6d8519a6d4245ce5373b6ed54df6c0 /src/cadet/cadet_api.c
parente390e7ae210aa77e506014dc39b9294c0477d3b1 (diff)
downloadgnunet-4d87fe3529e42ee592c82a22f6389ad65084a3c8.tar.gz
gnunet-4d87fe3529e42ee592c82a22f6389ad65084a3c8.zip
- doxygen, debug text
Diffstat (limited to 'src/cadet/cadet_api.c')
-rw-r--r--src/cadet/cadet_api.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cadet/cadet_api.c b/src/cadet/cadet_api.c
index c07b10f5b..15a5a3856 100644
--- a/src/cadet/cadet_api.c
+++ b/src/cadet/cadet_api.c
@@ -325,6 +325,8 @@ struct GNUNET_CADET_Port
325 325
326 /** 326 /**
327 * Port ID. 327 * Port ID.
328 *
329 * @deprecated
328 */ 330 */
329 struct GNUNET_HashCode *hash; 331 struct GNUNET_HashCode *hash;
330 332
@@ -1100,7 +1102,7 @@ handle_local_ack (void *cls,
1100 else 1102 else
1101 { 1103 {
1102 LOG (GNUNET_ERROR_TYPE_DEBUG, 1104 LOG (GNUNET_ERROR_TYPE_DEBUG,
1103 "Got an ACK on channel %X, sending pending message!\n", 1105 "Got an ACK on mq channel %X, sending pending message!\n",
1104 ntohl (ch->ccn.channel_of_client)); 1106 ntohl (ch->ccn.channel_of_client));
1105 GNUNET_MQ_send (h->mq, ch->pending_env); 1107 GNUNET_MQ_send (h->mq, ch->pending_env);
1106 ch->allow_send--; 1108 ch->allow_send--;