diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2015-04-25 21:41:43 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2015-04-25 21:41:43 +0200 |
commit | 7069fc9e724134ddd841219f5673cc9b13c58490 (patch) | |
tree | 2777aae9072e192a7f788471648271d6af85282b /sysdep/unix/krt.h | |
parent | c5ff44a703e4ab810a5bd45cf9140643a50fb3ec (diff) |
KRT: Fixes route reload
Did not really worked
Diffstat (limited to 'sysdep/unix/krt.h')
-rw-r--r-- | sysdep/unix/krt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index 2cd23165..f0fd6261 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -66,6 +66,7 @@ struct krt_proto { node krt_node; /* Node in krt_proto_list */ byte ready; /* Initial feed has been finished */ byte initialized; /* First scan has been finished */ + byte reload; /* Next scan is doing reload */ }; extern pool *krt_pool; |