projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e390e7a
)
- doxygen, debug text
author
Bart Polot
<bart.polot+voyager@gmail.com>
Wed, 8 Feb 2017 16:22:36 +0000
(17:22 +0100)
committer
Bart Polot
<bart.polot+voyager@gmail.com>
Wed, 8 Feb 2017 16:22:36 +0000
(17:22 +0100)
src/cadet/cadet_api.c
patch
|
blob
|
history
diff --git
a/src/cadet/cadet_api.c
b/src/cadet/cadet_api.c
index c07b10f5be7e86b36bed03076c2a9c5fcd1f4558..15a5a3856361c8fef071a43329df164022c84bcc 100644
(file)
--- a/
src/cadet/cadet_api.c
+++ b/
src/cadet/cadet_api.c
@@
-325,6
+325,8
@@
struct GNUNET_CADET_Port
/**
* Port ID.
+ *
+ * @deprecated
*/
struct GNUNET_HashCode *hash;
@@
-1100,7
+1102,7
@@
handle_local_ack (void *cls,
else
{
LOG (GNUNET_ERROR_TYPE_DEBUG,
- "Got an ACK on channel %X, sending pending message!\n",
+ "Got an ACK on
mq
channel %X, sending pending message!\n",
ntohl (ch->ccn.channel_of_client));
GNUNET_MQ_send (h->mq, ch->pending_env);
ch->allow_send--;