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
+4
View File
@@ -40,6 +40,10 @@ typedef enum {
typedef struct {
// Label associated to the process for debugging
// The string must have global lifetime
char *name;
// Size of the opaque state struct
int state_size;