gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: explain why we trigger polling


From: Admin
Subject: [gnunet] branch master updated: explain why we trigger polling
Date: Tue, 11 Feb 2025 15:21:10 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 36e87b9e4 explain why we trigger polling
36e87b9e4 is described below

commit 36e87b9e46b01139a67185dc1123a747292790e1
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 11 15:21:07 2025 +0100

    explain why we trigger polling
---
 src/lib/pq/pq_event.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/pq/pq_event.c b/src/lib/pq/pq_event.c
index 66c190bc4..e0e66e517 100644
--- a/src/lib/pq/pq_event.c
+++ b/src/lib/pq/pq_event.c
@@ -582,6 +582,8 @@ GNUNET_PQ_event_notify (struct GNUNET_PQ_Context *db,
                      PQerrorMessage (db->conn));
   }
   PQclear (result);
+  /* Make sure we do not miss this notification in case it was
+     for *us*, we need to trigger polling here. */
   GNUNET_PQ_event_do_poll (db);
 }
 

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