gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] 02/04: dht/client: Actually use the 'loop-operation'.


From: gnunet
Subject: [gnunet-scheme] 02/04: dht/client: Actually use the 'loop-operation'.
Date: Sat, 19 Feb 2022 15:12:53 +0100

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 128be25a1da613461575e625ab195fdf72071421
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sat Feb 19 11:24:49 2022 +0000

    dht/client: Actually use the 'loop-operation'.
    
    This is necessary for collecting lost 'get' operations.
    
    * gnu/gnunet/dht/client.scm (reconnect)[control]: Use
      'loop-operation'.
---
 gnu/gnunet/dht/client.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/gnunet/dht/client.scm b/gnu/gnunet/dht/client.scm
index 59f07d7..9efd91a 100644
--- a/gnu/gnunet/dht/client.scm
+++ b/gnu/gnunet/dht/client.scm
@@ -931,7 +931,7 @@ operation is cancelled, return @code{#false} instead."
                         (lambda (lost) (cons 'lost lost)))))
       (define (control)
        "The main event loop."
-       (match (perform-operation (get-operation control-channel))
+       (match (perform-operation loop-operation)
          (('oops! key . arguments)
           ;; Some unknown error, report it (report-error) and close
           ;; the queue (close-queue!).  'connected' will be called

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]