0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 01:31:55 +00:00

As usuall, most important info was missing.

This commit is contained in:
Pavel Machek 2000-04-10 14:45:00 +00:00
parent ae8f558499
commit 73e03bce66

View File

@ -301,7 +301,7 @@ typedef struct eattr {
#define EAF_TEMP 0x80 /* A temporary attribute (the one stored in the tmp attr list) */
struct adata {
unsigned int length;
unsigned int length; /* Only size of actuall data, not including length field */
byte data[0];
};