mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-22 19:31:02 +01: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
@ -52,6 +52,7 @@ enum sub_event_type {
|
|||||||
struct wait_list {
|
struct wait_list {
|
||||||
struct tasklet *task;
|
struct tasklet *task;
|
||||||
struct list list;
|
struct list list;
|
||||||
|
void *handle; /* To be used by the callee */
|
||||||
int wait_reason;
|
int wait_reason;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user