rendcache.c 189 B

123456789
  1. /* Copyright (c) 2015, The Tor Project, Inc. */
  2. /* See LICENSE for licensing information */
  3. /**
  4. * \file rendcache.c
  5. * \brief Hidden service desriptor cache.
  6. **/
  7. #include "rendcache.h"