summaryrefslogtreecommitdiffstats
path: root/nest
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-06-03 10:36:34 +0200
committerMartin Mares <mj@ucw.cz>1998-06-03 10:36:34 +0200
commit33beab4f6c7904204a5116b4eb4cbed5f859f24a (patch)
treeed4bcfcd4326606e376f17816a494f6c033297b8 /nest
parentc5fd704e48333fb8e690d78a3be1303f6c2638c7 (diff)
downloadbird-33beab4f6c7904204a5116b4eb4cbed5f859f24a.tar
bird-33beab4f6c7904204a5116b4eb4cbed5f859f24a.zip
Added configuration pool.
Diffstat (limited to 'nest')
-rw-r--r--nest/confile.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/nest/confile.h b/nest/confile.h
index 1089e76..cdc86fe 100644
--- a/nest/confile.h
+++ b/nest/confile.h
@@ -9,4 +9,9 @@
#ifndef _BIRD_CONFILE_H_
#define _BIRD_CONFILE_H_
+#include "lib/resource.h"
+
+extern pool *cfg_pool;
+extern mempool *cfg_mem;
+
#endif