gnunet-svn
[Top][All Lists]
Advanced

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

[cash2ecash] branch master updated: debugging


From: gnunet
Subject: [cash2ecash] branch master updated: debugging
Date: Thu, 02 Jan 2025 15:55:05 +0100

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

manuel-geissbuehler pushed a commit to branch master
in repository cash2ecash.

The following commit(s) were added to refs/heads/master by this push:
     new d8756e5  debugging
d8756e5 is described below

commit d8756e56a4058bdc2b97ef4e8b702fdf734fe81f
Author: Manuel Geissbühler <manuel@debian>
AuthorDate: Thu Jan 2 15:54:57 2025 +0100

    debugging
---
 src/cash2ecash.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/cash2ecash.cpp b/src/cash2ecash.cpp
index 1e41d0f..b322099 100644
--- a/src/cash2ecash.cpp
+++ b/src/cash2ecash.cpp
@@ -212,8 +212,10 @@ void eventHandler(){
   while (0 < eventFIFO.size()) {
     oldstate = state;
     event = eventFIFO.front();
+    eventFIFOMutex.unlock();
     state = stateEventTable[state][event].nextState;
     stateEventTable[oldstate][event].action();
+    eventFIFOMutex.lock();
     eventFIFO.erase(eventFIFO.begin());
   }
   eventFIFOMutex.unlock();

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