diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-15 19:56:01 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-15 19:56:01 +0000 |
commit | 181ba71a90359f67e90664be290af4d0ed57db8d (patch) | |
tree | d80ac2bbf3ea6a59a1a7c57ba1675215a8e83aac /src/or/control.c | |
parent | abad4dfc7aa0f98d3dc63470934f181aaec78807 (diff) | |
download | tor-181ba71a90359f67e90664be290af4d0ed57db8d.tar.gz tor-181ba71a90359f67e90664be290af4d0ed57db8d.zip |
r14051@Kushana: nickm | 2007-08-15 15:55:36 -0400
Fix an XXXX020 and a few DOCDOCs.
svn:r11127
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/or/control.c b/src/or/control.c index 1a91562ad6..d210428a4d 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -3086,8 +3086,10 @@ control_event_descriptors_changed(smartlist_t *routers) } /** Called whenever an address mapping on <b>from<b> from changes to <b>to</b>. - * <b>expires</b> values less than 3 are special; see connection_edge.c. - * DOCDOC source. */ + * <b>expires</b> values less than 3 are special; see connection_edge.c. If + * <b>error</b> is nonempty, it is an error code describing the failure + * mode of the mapping. + */ int control_event_address_mapped(const char *from, const char *to, time_t expires, const char *error) |