simplify rend_cache_store_status_t back to a boolean
commitedeba3d472e303a9a3263582d1e4c0fbcb5a28b8
authorRoger Dingledine <arma@torproject.org>
Tue, 8 Mar 2016 00:29:05 +0000 (7 19:29 -0500)
committerRoger Dingledine <arma@torproject.org>
Fri, 11 Mar 2016 15:49:57 +0000 (11 10:49 -0500)
tree7fc0743c3ca4f8da4c1c07a6a32f432ec235f5bf
parentdc500c8cb4dc7643230d160d1b458a0acdadd242
simplify rend_cache_store_status_t back to a boolean

it used to be a tri-state, but now it's just a bi-state, so we can
take out all the machinery like the enum.
src/or/directory.c
src/or/rendcache.c
src/or/rendcache.h
src/test/test_dir_handle_get.c
src/test/test_rendcache.c