diff options
author | Maria Matejka <mq@ucw.cz> | 2023-03-06 13:16:12 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-04-04 17:00:58 +0200 |
commit | 03bfb8b59dbd6da41990d717a639662aeb31c144 (patch) | |
tree | 6d820a88c95e45b0307545aef563fbf87178d347 /nest/rt.h | |
parent | 9073eda854ecee61f723894e66036de266e63606 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |