diff options
author | Martin Mares <mj@ucw.cz> | 1999-02-13 21:15:36 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-02-13 21:15:36 +0100 |
commit | f4aabcee62890b7c3e999e188ab72752fbb20b79 (patch) | |
tree | 99daddcfbae637f7801f8b70b42ee2b5c9e91178 /nest/bird.h | |
parent | 7f3d1a0850ff7f240b2f240db6d44b3a5dee6d48 (diff) | |
download | bird-f4aabcee62890b7c3e999e188ab72752fbb20b79.tar bird-f4aabcee62890b7c3e999e188ab72752fbb20b79.zip |
Perform gracious shutdown upon receipt of SIGTERM. Finally we can
test the whole protocol shutdown code... :)
Diffstat (limited to 'nest/bird.h')
-rw-r--r-- | nest/bird.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/bird.h b/nest/bird.h index 597e205..b35cd31 100644 --- a/nest/bird.h +++ b/nest/bird.h @@ -13,4 +13,6 @@ #include "lib/birdlib.h" #include "lib/ip.h" +extern int shutting_down; /* The daemon is shutting down */ + #endif |