summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
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 {