summaryrefslogtreecommitdiff
path: root/nest/locks.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/locks.h')
-rw-r--r--nest/locks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/locks.h b/nest/locks.h
index 0cb33db9..04571e69 100644
--- a/nest/locks.h
+++ b/nest/locks.h
@@ -32,6 +32,7 @@ struct object_lock {
struct iface *iface; /* ... interface */
struct iface *vrf; /* ... or VRF (if iface is unknown) */
event event; /* Enqueued when the lock succeeds */
+ event_list *target; /* Where to put the event */
/* ... internal to lock manager, don't touch ... */
node n; /* Node in list of olocks */
int state; /* OLOCK_STATE_xxx */