Fix scheduling issue where time didn't advance if a host was always ready
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user