Add rendcache.{c|h}
commit33b1a33c338d3eb882e1053a1c965f1c6fc6a564
authorDavid Goulet <dgoulet@ev0ke.net>
Thu, 18 Jun 2015 15:00:10 +0000 (18 11:00 -0400)
committerDavid Goulet <dgoulet@ev0ke.net>
Thu, 18 Jun 2015 16:56:24 +0000 (18 12:56 -0400)
tree0ed8474a072f0da7219e46a817aeb2fbf92cfabd
parent583a387c1ea855c0b063f14c382b2cedcdc3dc08
Add rendcache.{c|h}

For now, rend_cache_entry_t has been moved from or.h to rendcache.h and
those files have been added to the build system.

In the next commit, these will contain hidden service descriptor cache ABI
and API for both client and directory side. The goal is to consolidate the
descriptor caches in one location to ease development, maintenance, review
and improve documentation for each cache behavior and algorithm.

Signed-off-by: David Goulet <dgoulet@ev0ke.net>
src/or/include.am
src/or/or.h
src/or/rendcache.c [new file with mode: 0644]
src/or/rendcache.h [new file with mode: 0644]
src/or/rendclient.h
src/or/rendcommon.h