114 int max; |
114 int max; |
115 }; |
115 }; |
116 |
116 |
117 int init_resource_pools(void); |
117 int init_resource_pools(void); |
118 |
118 |
|
119 void resource_pool_cleanup(void); |
|
120 |
119 int resourcepool_new(ServerConfiguration *cfg, cxstring type, cxstring name, ConfigNode *node); |
121 int resourcepool_new(ServerConfiguration *cfg, cxstring type, cxstring name, ConfigNode *node); |
120 |
122 |
121 void resourcepool_destroy_resource(ResourceDataPrivate *res); |
123 void resourcepool_destroy_resource(ResourceDataPrivate *res); |
122 |
124 |
123 void resourcepool_destroy(ResourcePool *respool); |
125 void resourcepool_destroy(ResourcePool *respool); |