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

Locking: Dropping DEFINE_DOMAIN ugly macro

This commit is contained in:
Maria Matejka
2023-11-20 17:40:25 +01:00
parent 080e580834
commit 5a916ed53f
10 changed files with 39 additions and 33 deletions

View File

@@ -120,7 +120,6 @@ long page_size = 0;
void *pages[0];
};
DEFINE_DOMAIN(resource);
static DOMAIN(resource) empty_pages_domain;
static struct empty_pages *empty_pages = NULL;