Fix scheduling issue where time didn't advance if a host was always ready

This commit is contained in:
2026-01-23 18:37:26 +01:00
parent bde2d5a1ca
commit 776f8c1015
6 changed files with 28 additions and 6 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ typedef pthread_mutex_t Mutex;
#define PARALLEL_LIMIT 5
#define CLIENT_TRACE(fmt, ...) fprintf(stderr, "CLIENT: " fmt "\n", ##__VA_ARGS__);
#define CLIENT_TRACE(fmt, ...) {}
//#define CLIENT_TRACE(fmt, ...) fprintf(stderr, "CLIENT: " fmt "\n", ##__VA_ARGS__);
typedef struct {
SHA256 hash;