diff options
author | Andrea Shepard <andrea@torproject.org> | 2016-06-30 06:59:29 +0000 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2016-06-30 07:03:26 +0000 |
commit | 9580b99dab217cc14b3dab78962bfb3bfd51922a (patch) | |
tree | f72f22a1c0781ebd45e3a4ceaa67fa4f93456fc6 /src/or/routerparse.h | |
parent | f99c9df02b6ac0c7804013bca951ecaf5744c2db (diff) | |
download | tor-9580b99dab217cc14b3dab78962bfb3bfd51922a.tar.gz tor-9580b99dab217cc14b3dab78962bfb3bfd51922a.zip |
Add unit test for dump_desc_populate_fifo_from_directory()
Diffstat (limited to 'src/or/routerparse.h')
-rw-r--r-- | src/or/routerparse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerparse.h b/src/or/routerparse.h index 131f158c56..2eb9932410 100644 --- a/src/or/routerparse.h +++ b/src/or/routerparse.h @@ -109,6 +109,7 @@ STATIC int routerstatus_parse_guardfraction(const char *guardfraction_str, routerstatus_t *rs); MOCK_DECL(STATIC dumped_desc_t *, dump_desc_populate_one_file, (const char *dirname, const char *f)); +STATIC void dump_desc_populate_fifo_from_directory(const char *dirname); STATIC void dump_desc(const char *desc, const char *type); STATIC void dump_desc_fifo_cleanup(void); #endif |