Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/nfn_merge' into nacks
Browse files Browse the repository at this point in the history
  • Loading branch information
basilkohler committed Jun 17, 2014
2 parents 42ad0cc + 035051a commit 4a42fe5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BSDmakefile
Expand Up @@ -37,7 +37,7 @@ ccn-lite-relay: ccn-lite-relay.c ${CCNB_LIB} ${NDNTLV_LIB} BSDmakefile\
ccnl-ext-http.c \
ccnl-ext-sched.c ccnl-ext-frag.c ccnl-ext-mgmt.c \
ccnl-ext-crypto.c BSDmakefile
${CC} -o $@ ${MYCFLAGS} $< ${EXTLIBS} -DCCNL_NACK
${CC} -o $@ ${MYCFLAGS} $< ${EXTLIBS} -DCCNL_NACK -DCCNL_NFN_MONITOR


datastruct.pdf: datastruct.dot
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -59,7 +59,7 @@ ccn-lite-relay: ccn-lite-relay.c ${CCNB_LIB} ${NDNTLV_LIB} Makefile\
ccnl-ext-http.c \
ccnl-ext-sched.c ccnl-ext-frag.c ccnl-ext-mgmt.c \
ccnl-ext-crypto.c Makefile
${CC} -o $@ ${MYCFLAGS} $< ${EXTLIBS} -DCCNL_NACK
${CC} -o $@ ${MYCFLAGS} $< ${EXTLIBS} -DCCNL_NACK -DCCNL_NFN_MONITOR


ccn-lite-simu: ccn-lite-simu.c ${CCNB_LIB} ${NDNTLV_LIB} Makefile\
Expand Down
3 changes: 3 additions & 0 deletions ccnl-core.c
Expand Up @@ -38,6 +38,9 @@
void
ccnl_nfn_continue_computation(struct ccnl_relay_s *ccnl, int configid, int continue_from_remove);

void ccnl_nack_reply(struct ccnl_relay_s *ccnl, struct ccnl_prefix_s *prefix,
struct ccnl_face_s *from, int suite);

int
ccnl_content_serve_pending(struct ccnl_relay_s *ccnl, struct ccnl_content_s *c);

Expand Down

0 comments on commit 4a42fe5

Please sign in to comment.