From 42a0c05408c4151442e6a0ec1c6889acbcfe9c17 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Fri, 12 Aug 2011 21:03:43 +0200 Subject: BGP Extended communities. --- sysdep/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdep/config.h') diff --git a/sysdep/config.h b/sysdep/config.h index 0b06a70..8c7f8be 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -30,6 +30,8 @@ typedef INTEGER_16 s16; typedef unsigned INTEGER_16 u16; typedef INTEGER_32 s32; typedef unsigned INTEGER_32 u32; +typedef INTEGER_64 s64; +typedef unsigned INTEGER_64 u64; typedef u8 byte; typedef u16 word; -- cgit v1.2.3