incoming-face-id-types.h
1 
22 #ifndef NDN_INCOMING_FACE_ID_TYPES_H
23 #define NDN_INCOMING_FACE_ID_TYPES_H
24 
25 #include "../common.h"
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
37  uint64_t faceId;
38 };
39 
40 #ifdef __cplusplus
41 }
42 #endif
43 
44 #endif
uint64_t faceId
(uint64_t)-1 if not specified.
Definition: incoming-face-id-types.h:37
Copyright (C) 2016 Regents of the University of California.
Definition: incoming-face-id-types.h:36