summaryrefslogtreecommitdiff
path: root/nest/rt.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2023-03-06 13:16:12 +0100
committerMaria Matejka <mq@ucw.cz>2023-04-04 17:00:58 +0200
commit03bfb8b59dbd6da41990d717a639662aeb31c144 (patch)
tree6d820a88c95e45b0307545aef563fbf87178d347 /nest/rt.h
parent9073eda854ecee61f723894e66036de266e63606 (diff)
Moved table hostcache updater to table service routines to not bother the mainloop
Diffstat (limited to 'nest/rt.h')
-rw-r--r--nest/rt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/rt.h b/nest/rt.h
index cceb5edf..8de305c6 100644
--- a/nest/rt.h
+++ b/nest/rt.h
@@ -185,6 +185,7 @@ typedef union rtable {
#define RTF_CLEANUP 1
#define RTF_NHU 2
#define RTF_EXPORT 4
+#define RTF_DELETE 8
extern struct rt_cork {
_Atomic uint active;