forwarding-flags.h
1 
21 /* Note: This file should be named forward-flags-types.h (like data-types.h) but
22  * we leave it as forwarding-flags.h for backwards compatibility with the
23  * include directory of old installations.
24  */
25 
26 #ifndef NDN_FORWARDING_FLAGS_H
27 #define NDN_FORWARDING_FLAGS_H
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
39  int childInherit;
40  int capture;
41 };
42 
43 #ifdef __cplusplus
44 }
45 #endif
46 
47 #endif
Copyright (C) 2013-2016 Regents of the University of California.
Definition: forwarding-flags.h:38