summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-12-24 20:09:58 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-12-24 20:09:58 +0000
commitb8c6b47a906216a3c6668e007322e2e7298560d7 (patch)
treefe3a126e16c42ff34de29eafbd01b1bbe21da0c3 /usr.sbin/bgpd/bgpd.h
parent773b2797d0667b7493ddae968f2d78e5b54c673d (diff)
now that the main process can cleanup without RDE's help, we do not need the
somewhat fragile IMSG_SHUTDOWN_* stuff any more. speeds shutdown up enourmously. ok claudio@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r--usr.sbin/bgpd/bgpd.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index e769662c8a8..b4bc9f1fab8 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.18 2003/12/24 19:59:24 henning Exp $ */
+/* $OpenBSD: bgpd.h,v 1.19 2003/12/24 20:09:57 henning Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -214,9 +214,7 @@ enum imsg_type {
IMSG_MRT_END,
IMSG_KROUTE_ADD,
IMSG_KROUTE_CHANGE,
- IMSG_KROUTE_DELETE,
- IMSG_SHUTDOWN_REQUEST,
- IMSG_SHUTDOWN_DONE
+ IMSG_KROUTE_DELETE
};
struct imsg_hdr {