gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: init redux subsystem


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: init redux subsystem
Date: Sun, 07 Mar 2021 19:07:25 +0100

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

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new a0a8027  init redux subsystem
a0a8027 is described below

commit a0a8027748c56b2812c9501476fd40fdd61b5ffc
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 7 19:07:23 2021 +0100

    init redux subsystem
---
 src/anastasis/anastasis-gtk.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/anastasis/anastasis-gtk.c b/src/anastasis/anastasis-gtk.c
index e6cd54d..2c3d748 100644
--- a/src/anastasis/anastasis-gtk.c
+++ b/src/anastasis/anastasis-gtk.c
@@ -535,7 +535,7 @@ shutdown_task (void *cls)
 {
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
               "Shutdown initiated\n");
-
+  ANASTASIS_redux_done ();
   GNUNET_GTK_main_loop_quit (ml);
   ml = NULL;
 
@@ -596,6 +596,7 @@ run (void *cls)
   ctx = GNUNET_CURL_init (&GNUNET_CURL_gnunet_scheduler_reschedule,
                           &rc);
   rc = GNUNET_CURL_gnunet_rc_create (ctx);
+  ANASTASIS_redux_init (ctx);
 }
 
 

-- 
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]