Rémi Bernon (@rbernon) commented about server/async.c:
struct object obj; /* object header */ struct thread *thread; /* owning thread */ struct list queue_entry; /* entry in async queue list */ struct list process_entry; /* entry in process list */
```suggestion:-0+0 struct list process_entry; /* entry in process / cancel list */ ```
Or, as it's not process-only now, maybe even:
```suggestion:-0+0 struct list entry; /* entry in process / cancel list */ ```