diff options
author | Maria Matejka <mq@ucw.cz> | 2022-01-24 15:48:18 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-02-03 10:30:33 +0100 |
commit | d37513a372b0d5b133f59293af185ec831e2456f (patch) | |
tree | ef710a0adcc81bbf725b4a39e0fd3ae50df3117e /nest/rt-attr.c | |
parent | c651cef737c7c7578c26bd787c0abd3c364bf4b8 (diff) |
Neighbors: Locking and asynchronous notifications
Diffstat (limited to 'nest/rt-attr.c')
-rw-r--r-- | nest/rt-attr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/rt-attr.c b/nest/rt-attr.c index be563491..c3da4782 100644 --- a/nest/rt-attr.c +++ b/nest/rt-attr.c @@ -86,7 +86,6 @@ const char * rta_dest_names[RTD_MAX] = { [RTD_PROHIBIT] = "prohibited", }; -DEFINE_DOMAIN(attrs); static DOMAIN(attrs) src_domain; #define SRC_LOCK LOCK_DOMAIN(attrs, src_domain) |