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

Linpool: default allocation size

This commit is contained in:
Jan Moskyto Matejka
2017-05-16 14:31:16 +02:00
parent b880e3ffae
commit 05d47bd53e
14 changed files with 27 additions and 20 deletions

View File

@@ -32,6 +32,8 @@ struct lp_chunk {
byte data[0];
};
const int lp_chunk_size = sizeof(struct lp_chunk);
struct linpool {
resource r;
byte *ptr, *end;