summaryrefslogtreecommitdiff
path: root/zebra/zebra_router.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-10-03 11:49:07 -0400
committerGitHub <noreply@github.com>2019-10-03 11:49:07 -0400
commita8100f512a25c58fa6e82a0876bbb8b6f9eea9fd (patch)
tree23745117212d5a8ef41e529c20b074cfbc6c1281 /zebra/zebra_router.h
parent6d7b7e42570d81eb22fb05918ea4066321df005b (diff)
parent2fc69f03d2f49fcf34948e82e865cd302ae08da0 (diff)
Merge pull request #5079 from mjstapp/fix_dplane_drop_at_shut
zebra: during shutdown processing, drop dplane results
Diffstat (limited to 'zebra/zebra_router.h')
-rw-r--r--zebra/zebra_router.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h
index e50f8a1186..25a7adac11 100644
--- a/zebra/zebra_router.h
+++ b/zebra/zebra_router.h
@@ -74,6 +74,8 @@ struct zebra_mlag_info {
};
struct zebra_router {
+ atomic_bool in_shutdown;
+
/* Thread master */
struct thread_master *master;