[or-cvs] r13038: Missing documentation in container.h (in tor/trunk: . src/common)

nickm at seul.org nickm at seul.org
Sun Jan 6 03:16:06 UTC 2008


Author: nickm
Date: 2008-01-05 22:16:06 -0500 (Sat, 05 Jan 2008)
New Revision: 13038

Modified:
   tor/trunk/
   tor/trunk/src/common/container.h
Log:
 r17471 at catbus:  nickm | 2008-01-05 21:47:08 -0500
 Missing documentation in container.h



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r17471] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/common/container.h
===================================================================
--- tor/trunk/src/common/container.h	2008-01-06 01:54:09 UTC (rev 13037)
+++ tor/trunk/src/common/container.h	2008-01-06 03:16:06 UTC (rev 13038)
@@ -203,7 +203,9 @@
 
 /* Map from const char * to void *. Implemented with a hash table. */
 DECLARE_MAP_FNS(strmap_t, const char *, strmap_);
+/* Map from const char[DIGEST_LEN] to void *. Implemented with a hash table. */
 DECLARE_MAP_FNS(digestmap_t, const char *, digestmap_);
+
 #undef DECLARE_MAP_FNS
 
 void* strmap_set_lc(strmap_t *map, const char *key, void *val);



More information about the tor-commits mailing list