Added configuration pool.
This commit is contained in:
parent
c5fd704e48
commit
33beab4f6c
1 changed files with 5 additions and 0 deletions
|
@ -9,4 +9,9 @@
|
||||||
#ifndef _BIRD_CONFILE_H_
|
#ifndef _BIRD_CONFILE_H_
|
||||||
#define _BIRD_CONFILE_H_
|
#define _BIRD_CONFILE_H_
|
||||||
|
|
||||||
|
#include "lib/resource.h"
|
||||||
|
|
||||||
|
extern pool *cfg_pool;
|
||||||
|
extern mempool *cfg_mem;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue