Explorar o código

Document a few more members.

Nick Mathewson %!s(int64=14) %!d(string=hai) anos
pai
achega
9dfa244484
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/or/config.c

+ 3 - 3
src/or/config.c

@@ -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