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

BFD work in progress.

Now it compiles and mostly works.
This commit is contained in:
Ondrej Zajicek
2013-09-16 23:57:40 +02:00
parent bf139664aa
commit 6a8d3f1c1f
21 changed files with 907 additions and 364 deletions

View File

@@ -34,6 +34,7 @@ typedef INTEGER_64 s64;
typedef unsigned INTEGER_64 u64;
typedef u8 byte;
typedef u16 word;
typedef unsigned int uint;
#endif