aboutsummaryrefslogtreecommitdiff
path: root/src/fragmentation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-09 08:24:58 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-09 08:24:58 +0000
commit6a69a20d6847a6a359e3b8eb289bf351fed0651a (patch)
treea6f31f3728d5790f146cb5b5d2f5e0622d5eacbd /src/fragmentation
parent5105deda52a78e0aa44b4f86feba98b60a59208b (diff)
downloadgnunet-6a69a20d6847a6a359e3b8eb289bf351fed0651a.tar.gz
gnunet-6a69a20d6847a6a359e3b8eb289bf351fed0651a.zip
-doxygen and stylistic fixes
Diffstat (limited to 'src/fragmentation')
-rw-r--r--src/fragmentation/fragmentation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fragmentation/fragmentation.c b/src/fragmentation/fragmentation.c
index ca5ca2ac9..9f4a91447 100644
--- a/src/fragmentation/fragmentation.c
+++ b/src/fragmentation/fragmentation.c
@@ -90,7 +90,7 @@ struct GNUNET_FRAGMENT_Context
90 uint64_t acks; 90 uint64_t acks;
91 91
92 /** 92 /**
93 * Bitfield with all possible bits for 'acks' (used to mask the 93 * Bitfield with all possible bits for @e acks (used to mask the
94 * ack we get back). 94 * ack we get back).
95 */ 95 */
96 uint64_t acks_mask; 96 uint64_t acks_mask;
@@ -121,7 +121,7 @@ struct GNUNET_FRAGMENT_Context
121 unsigned int num_transmissions; 121 unsigned int num_transmissions;
122 122
123 /** 123 /**
124 * #GNUNET_YES if we called @e proc and are now waiting for #GNUNET_FRAGMENT_transmission_done() 124 * #GNUNET_YES if we called @e proc and are now waiting for #GNUNET_FRAGMENT_context_transmission_done()
125 */ 125 */
126 int8_t proc_busy; 126 int8_t proc_busy;
127 127