akmhoque | 29c1db5 | 2012-09-07 14:47:43 -0500 | [diff] [blame] | 1 | #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 | |||||
akmhoque | 483c1eb | 2013-03-08 00:51:09 -0600 | [diff] [blame] | 9 | int add_delete_ccn_face_by_face_id(struct ccn *h, const char *uri, int operation, |
10 | int faceid, long int lifetime); | ||||
akmhoque | 29c1db5 | 2012-09-07 14:47:43 -0500 | [diff] [blame] | 11 | |
12 | #endif |