aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-01-30 19:22:23 +0000
committerChristian Grothoff <christian@grothoff.org>2014-01-30 19:22:23 +0000
commit6daf13eaa64b5b041edce219f30ab8dcfe38cdf5 (patch)
treec56e4517a0ee08cfb013e296b7d7cf33f2ab49d8 /src/fs/gnunet-service-fs_cp.c
parent6fd0a7efde08115b568b99b7755861a50f1b6c2e (diff)
downloadgnunet-6daf13eaa64b5b041edce219f30ab8dcfe38cdf5.tar.gz
gnunet-6daf13eaa64b5b041edce219f30ab8dcfe38cdf5.zip
-towards fixing #3295 (core traffic prioritization)
Diffstat (limited to 'src/fs/gnunet-service-fs_cp.c')
-rw-r--r--src/fs/gnunet-service-fs_cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c
index 82b1f5867..087376218 100644
--- a/src/fs/gnunet-service-fs_cp.c
+++ b/src/fs/gnunet-service-fs_cp.c
@@ -268,7 +268,7 @@ struct GSF_ConnectedPeer
268 268
269 /** 269 /**
270 * Set to 1 if we're currently in the process of calling 270 * Set to 1 if we're currently in the process of calling
271 * #GNUNET_CORE_notify_transmit_ready() (so while cth is 271 * #GNUNET_CORE_notify_transmit_ready() (so while @e cth is
272 * NULL, we should not call notify_transmit_ready for this 272 * NULL, we should not call notify_transmit_ready for this
273 * handle right now). 273 * handle right now).
274 */ 274 */