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 | |||||
9 | int add_delete_ccn_face_by_face_id(struct ccn *h, const char *uri, int operation, int faceid); | ||||
10 | |||||
11 | #endif |