blob: d50ea09be59b6cb80b81e81fc8b8c24db62f7615 [file] [log] [blame]
akmhoque5b39a432013-02-11 09:49:06 -06001#ifndef _NLSR_FACE_H_
2#define _NLSR_FACE_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_ccn_face(struct ccn *h, const char *uri, const char *address, const unsigned int port,unsigned int tunnel_proto);
10int delete_ccn_face(struct ccn *h, const char *uri, const char *address, const unsigned int port,unsigned int tunnel_proto);
11
12#endif