summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-03-16 18:10:15 -0400
committerNick Mathewson <nickm@torproject.org>2011-03-16 18:10:15 -0400
commit9dfa244484ff9c52d545daa620e034b4d03f969c (patch)
tree600f8ee9d0fc1a27c60b0b8b780127aea81f6a89
parent721954b3a2a55e82160815f4c133e7da66712542 (diff)
downloadtor-9dfa244484ff9c52d545daa620e034b4d03f969c.tar.gz
tor-9dfa244484ff9c52d545daa620e034b4d03f969c.zip
Document a few more members.
-rw-r--r--src/or/config.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/config.c b/src/or/config.c
index d4be2072d8..5719a64088 100644
--- a/src/or/config.c
+++ b/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