diff options
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index 0c6f5470fc9..cb552a46977 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.46 2004/01/01 23:46:47 henning Exp $ */ +/* $OpenBSD: bgpd.h,v 1.47 2004/01/02 02:27:57 henning Exp $ */ /* * Copyright (c) 2003 Henning Brauer <henning@openbsd.org> @@ -46,6 +46,8 @@ #define BGPD_LOG_UPDATES 0x0001 +#define SOCKET_NAME "/var/run/bgpd.sock" + enum { PROC_MAIN, PROC_SE, |