1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Merge commit '94eb0858' into thread-next

This commit is contained in:
Maria Matejka
2022-07-18 12:33:00 +02:00
38 changed files with 788 additions and 469 deletions

View File

@@ -29,12 +29,6 @@
* is freed upon shutdown of the module.
*/
struct pool {
resource r;
list inside;
const char *name;
};
static void pool_dump(resource *);
static void pool_free(resource *);
static resource *pool_lookup(resource *, unsigned long);