mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-15 13:31:54 +00:00
in progress before rebase
This commit is contained in:
parent
a8707e22ac
commit
9816b18cc2
@ -896,11 +896,6 @@ struct hostentry_adata {
|
|||||||
u32 labels[0];
|
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)
|
#define HOSTENTRY_LABEL_COUNT(head) (head->ad.length + sizeof(struct adata) - sizeof(struct hostentry_adata)) / sizeof(u32)
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user