From ccf723196e9ff7f31a56a8e8ebd8319d07fa17c8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 30 Apr 2018 11:31:22 +0200 Subject: eliminate DHT PUT OK message by using MQ feature of calling continuation when transmission is complete --- src/fs/gnunet-service-fs_put.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/fs') 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) * Continuation called after DHT PUT operation has finished. * * @param cls type of blocks to gather - * @param success GNUNET_OK if the PUT was transmitted, - * GNUNET_NO on timeout, - * GNUNET_SYSERR on disconnect from service - * after the PUT message was transmitted - * (so we don't know if it was received or not) */ static void -delay_dht_put_blocks (void *cls, int success) +delay_dht_put_blocks (void *cls) { struct PutOperator *po = cls; -- cgit v1.2.3