All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
congestion-mark-types.h
1 
21 #ifndef NDN_CONGESTION_MARK_TYPES_H
22 #define NDN_CONGESTION_MARK_TYPES_H
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
34  uint64_t congestionMark;
35 };
36 
37 #ifdef __cplusplus
38 }
39 #endif
40 
41 #endif
Copyright (C) 2018 Regents of the University of California.
Definition: congestion-mark-types.h:33
uint64_t congestionMark
0 if not specified.
Definition: congestion-mark-types.h:34