blob: ce5e6d17a19f5bed08e03923c843a0e8849c7534 [file] [log] [blame]
akmhoque29c1db52012-09-07 14:47:43 -05001#ifndef _NLSR_FIB_H_
2#define _NLSR_FIB_H_
3
4#define CCN_FIB_LIFETIME ((~0U) >> 1)
5#define CCN_FIB_MCASTTTL (-1)
6#define OP_REG 0
7#define OP_UNREG 1
8
9int add_delete_ccn_face_by_face_id(struct ccn *h, const char *uri, int operation, int faceid);
10
11#endif