diff options
Diffstat (limited to 'nest/locks.h')
-rw-r--r-- | nest/locks.h | 1 |
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 */ |