delegation-set-types.h
1 
21 #ifndef NDN_DELEGATION_SET_TYPES_H
22 #define NDN_DELEGATION_SET_TYPES_H
23 
24 #include "name-types.h"
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
34  int preference;
35  struct ndn_Name name;
36 };
37 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif
An ndn_Name holds an array of ndn_NameComponent.
Definition: name-types.h:40
Copyright (C) 2016 Regents of the University of California.
Definition: delegation-set-types.h:33