mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
MINOR: connections: Add a "handle" field to wait_list.
Add a new field to struct wait_list, "handle", that can be used by the entity in charge of subscribing.
This commit is contained in:
parent
f653528dc1
commit
cb1f49ff93
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue