This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository evisum.
View the commit online.
commit 3960c328c61d11831070ee375a8d0973ab99f0b7
Author: Alastair Poole <[email protected]>
AuthorDate: Sat Mar 28 12:47:47 2026 +0000
background: add a note.
---
src/bin/background/evisum_background.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/bin/background/evisum_background.c b/src/bin/background/evisum_background.c
index 9f50a25..327ee87 100644
--- a/src/bin/background/evisum_background.c
+++ b/src/bin/background/evisum_background.c
@@ -5,6 +5,11 @@
#include <Eina.h>
#include <stdint.h>
+// We don't use a hash for processes. Each proc_info_ call is blocking.
+// This avoids a lot of problems due to complexities.
+//
+// Evisum 2.0 will address this.
+
typedef struct {
uint64_t in;
uint64_t out;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.