![]() |
ndn-lite
|
#include "face-table.h"
Functions | |
void | ndn_facetab_init (void *memory, ndn_table_id_t capacity) |
Initialize FaceTable at specified memory space. More... | |
ndn_table_id_t | ndn_facetab_register (ndn_face_table_t *self, ndn_face_intf_t *face) |
Register a face and assign an ID to it. More... | |
void | ndn_facetab_unregister (ndn_face_table_t *self, ndn_table_id_t id) |
Unregister a face from FaceTable only. More... | |