OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mcast_common.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017 Juniper Networks, Inc. All rights reserved.
3  */
4 
5 #ifndef vnsw_agent_mcast_common_h
6 #define vnsw_agent_mcast_common_h
7 
8 #include <stddef.h>
9 #include <string.h>
10 
11 typedef unsigned int boolean;
12 typedef unsigned long flag_t;
13 
14 #define FALSE 0
15 #define TRUE 1
16 
17 #endif /* vnsw_agent_mcast_common_h */
unsigned int boolean
Definition: mcast_common.h:11
unsigned long flag_t
Definition: mcast_common.h:12