commit | 635f1b0b831c99ef3da61a86810697d0f3e41f85 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Sep 25 17:30:00 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Sep 25 17:30:00 2013 -0700 |
tree | df8eb2afd4f72e6f72eb37566cf15dc9ac659154 | |
parent | 818422760c4a2897c88558c6d902fe0913213703 [diff] |
Interest: added constant for ANSWER_NO_CONTENT_STORE.
diff --git a/ndn-cpp/c/interest.h b/ndn-cpp/c/interest.h index af067a3..801466a 100644 --- a/ndn-cpp/c/interest.h +++ b/ndn-cpp/c/interest.h
@@ -81,6 +81,8 @@ enum { ndn_Interest_CHILD_SELECTOR_LEFT = 0, ndn_Interest_CHILD_SELECTOR_RIGHT = 1, + + ndn_Interest_ANSWER_NO_CONTENT_STORE = 0, ndn_Interest_ANSWER_CONTENT_STORE = 1, ndn_Interest_ANSWER_GENERATED = 2, ndn_Interest_ANSWER_STALE = 4, // Stale answer OK