aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_put.c
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-02 07:59:41 +0000
committerNils Gillmann <ng0@n0.is>2018-05-02 07:59:41 +0000
commita40c86500c64edc047dbe2e3019a71e2f72b6633 (patch)
tree9b4f6c9d84132e4cff2b494348aff5e1a400c863 /src/fs/gnunet-service-fs_put.c
parent8682c673eec5d48e5b57a58c80b538a808810ab2 (diff)
parent2e86e317379837414b76460295e284b54d2bf775 (diff)
downloadgnunet-a40c86500c64edc047dbe2e3019a71e2f72b6633.tar.gz
gnunet-a40c86500c64edc047dbe2e3019a71e2f72b6633.zip
Merge branch 'master' of gnunet.org:gnunet
Diffstat (limited to 'src/fs/gnunet-service-fs_put.c')
-rw-r--r--src/fs/gnunet-service-fs_put.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/fs/gnunet-service-fs_put.c b/src/fs/gnunet-service-fs_put.c
index e8c7f586d..bb8560fff 100644
--- a/src/fs/gnunet-service-fs_put.c
+++ b/src/fs/gnunet-service-fs_put.c
@@ -135,14 +135,9 @@ schedule_next_put (struct PutOperator *po)
135 * Continuation called after DHT PUT operation has finished. 135 * Continuation called after DHT PUT operation has finished.
136 * 136 *
137 * @param cls type of blocks to gather 137 * @param cls type of blocks to gather
138 * @param success GNUNET_OK if the PUT was transmitted,
139 * GNUNET_NO on timeout,
140 * GNUNET_SYSERR on disconnect from service
141 * after the PUT message was transmitted
142 * (so we don't know if it was received or not)
143 */ 138 */
144static void 139static void
145delay_dht_put_blocks (void *cls, int success) 140delay_dht_put_blocks (void *cls)
146{ 141{
147 struct PutOperator *po = cls; 142 struct PutOperator *po = cls;
148 143