Skip to content

Commit

Permalink
added back EXACT_MATCH macro to keep old code running
Browse files Browse the repository at this point in the history
  • Loading branch information
tschudin committed May 3, 2013
1 parent 576cee4 commit 41ff4cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ccnl-core.h
Expand Up @@ -21,6 +21,9 @@
* 2013-03-19 updated (ms): modified struct ccnl_relay_s for 'aux' field
*/

#define EXACT_MATCH 1
#define PREFIX_MATCH 0

#define CMP_EXACT 0 // used to compare interests among themselves
#define CMP_MATCH 1 // used to match interest and content
#define CMP_LONGEST 2 // used to lookup the FIB
Expand Down

0 comments on commit 41ff4cd

Please sign in to comment.