commit | 8fdd641b8c92b897e251ccc3f96fd1d8cd481817 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Tue Dec 04 15:05:33 2012 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Tue Dec 04 15:05:33 2012 -0600 |
tree | b95feb6f77012dec51336f6e6be1513b8668f967 | |
parent | 928197425b72f28765a525cf7b89b6175a36d252 [diff] [blame] |
First Commit with CCN Sync
diff --git a/nlsr-sync-0.0/nlsr_fib.h b/nlsr-sync-0.0/nlsr_fib.h new file mode 100755 index 0000000..ce5e6d1 --- /dev/null +++ b/nlsr-sync-0.0/nlsr_fib.h
@@ -0,0 +1,11 @@ +#ifndef _NLSR_FIB_H_ +#define _NLSR_FIB_H_ + +#define CCN_FIB_LIFETIME ((~0U) >> 1) +#define CCN_FIB_MCASTTTL (-1) +#define OP_REG 0 +#define OP_UNREG 1 + +int add_delete_ccn_face_by_face_id(struct ccn *h, const char *uri, int operation, int faceid); + +#endif