summaryrefslogtreecommitdiff
path: root/nest/locks.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/locks.h')
-rw-r--r--nest/locks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nest/locks.h b/nest/locks.h
index 37026c68..1686e6ec 100644
--- a/nest/locks.h
+++ b/nest/locks.h
@@ -25,7 +25,8 @@
struct object_lock {
resource r;
- ip_addr addr; /* Identification of a object: IP address */
+ ip_addr addr; /* Identification of a object: IP address (strict compare) */
+ ip_addr addr_local; /* ... another IP address (allow zero IP wildcard) */
uint type; /* ... object type (OBJLOCK_xxx) */
uint port; /* ... port number */
uint inst; /* ... instance ID */