2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

named/interfacemgr.h was not being included

This commit is contained in:
Danny Mayer
2001-09-01 05:17:28 +00:00
parent 530ee49d07
commit ad82fd0a25

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: server.h,v 1.58 2001/08/28 03:58:04 marka Exp $ */
/* $Id: server.h,v 1.59 2001/09/01 05:17:28 mayer Exp $ */
#ifndef NAMED_SERVER_H
#define NAMED_SERVER_H 1
@@ -29,6 +29,8 @@
#include <dns/types.h>
#include <dns/acl.h>
#include <named/interfacemgr.h>
#define NS_EVENTCLASS ISC_EVENTCLASS(0x4E43)
#define NS_EVENT_RELOAD (NS_EVENTCLASS + 0)
#define NS_EVENT_CLIENTCONTROL (NS_EVENTCLASS + 1)