Implement replaycache_t for bug 6177, and unit tests for the preceding

This commit is contained in:
Andrea Shepard
2012-07-05 14:01:42 -07:00
committed by Nick Mathewson
parent 43b81325b5
commit 8f63ef10ad
7 changed files with 472 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor features:
- Add replaycache_t structure, functions and unit tests, for future use
in refactoring rend_service_introduce() for bug 6177.