ccnx: Restoring functionality to reconnecting to ccnd after failure (e.g., ccnd restart)
Change-Id: If978c4384cde6093f75f4a2a8587940f954eee80
diff --git a/ccnx/ccnx-wrapper.h b/ccnx/ccnx-wrapper.h
index 8ad6e34..42b3d91 100644
--- a/ccnx/ccnx-wrapper.h
+++ b/ccnx/ccnx-wrapper.h
@@ -57,10 +57,10 @@
shutdown (); // called in destructor, but can called manually
virtual int
- setInterestFilter (const Name &prefix, const InterestCallback &interestCallback);
+ setInterestFilter (const Name &prefix, const InterestCallback &interestCallback, bool record = true);
virtual void
- clearInterestFilter (const Name &prefix);
+ clearInterestFilter (const Name &prefix, bool record = true);
virtual int
sendInterest (const Name &interest, const Closure &closure, const Selectors &selector = Selectors());