diff --git a/include/types/connection.h b/include/types/connection.h index 1fa0b7381..998ecacb0 100644 --- a/include/types/connection.h +++ b/include/types/connection.h @@ -52,6 +52,7 @@ enum sub_event_type { struct wait_list { struct tasklet *task; struct list list; + void *handle; /* To be used by the callee */ int wait_reason; };