]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Document a few more members.
authorNick Mathewson <nickm@torproject.org>
Wed, 16 Mar 2011 22:10:15 +0000 (18:10 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 Mar 2011 22:10:15 +0000 (18:10 -0400)
src/or/config.c

index d4be2072d871f5e22b7fdfd846d033484cd0d1c7..5719a640887cede323adfc3b40e619a8b06a8e1a 100644 (file)
@@ -4770,10 +4770,10 @@ options_save_current(void)
 }
 
 /** Mapping from a unit name to a multiplier for converting that unit into a
- * base unit. */
+ * base unit.  Used by config_parse_unit. */
 struct unit_table_t {
-  const char *unit;
-  uint64_t multiplier;
+  const char *unit; /**< The name of the unit */
+  uint64_t multiplier; /**< How many of the base unit appear in this unit */
 };
 
 /** Table to map the names of memory units to the number of bytes they