mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
in progress before rebase
This commit is contained in:
parent
9e3d6a9d6e
commit
5aa7c6b981
@ -883,11 +883,6 @@ struct hostentry_adata {
|
||||
u32 labels[0];
|
||||
};
|
||||
|
||||
struct rtable_adata {
|
||||
adata ad;
|
||||
struct rtable *table;
|
||||
};
|
||||
|
||||
#define HOSTENTRY_LABEL_COUNT(head) (head->ad.length + sizeof(struct adata) - sizeof(struct hostentry_adata)) / sizeof(u32)
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user