commit | 9bad2bff8339da04f9590348a5d1686fa4b2260f | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Fri Dec 28 15:31:46 2012 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Fri Dec 28 15:31:46 2012 -0800 |
tree | 828189da3082b688805abd1a1e62199cd5b13fd7 | |
parent | 9bdb625ec1128890c08b80824ad17e7d103b8b96 [diff] [blame] |
add Interet class for flexibility if we need selectors in the future
diff --git a/include/ccnx-tunnel.h b/include/ccnx-tunnel.h index 4e1eade..61ed964 100644 --- a/include/ccnx-tunnel.h +++ b/include/ccnx-tunnel.h
@@ -40,7 +40,7 @@ publishData(const string &name, const unsigned char *buf, size_t len, int freshness) _OVERRIDE; virtual int - sendInterest (const std::string &interest, Closure *closure); + sendInterest (const Interest &interest, Closure *closure); // prefix is topology-independent