diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-21 03:38:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-21 03:38:46 +0000 |
commit | 1df0647c668645268b1b9c0246b91cad709e3708 (patch) | |
tree | 5665c29c7daa5aaee70dc18d33019e9fd576346e /src/common/compat.h | |
parent | 7b022eda9c43c897e50c3b03a8201c132f76229c (diff) | |
download | tor-1df0647c668645268b1b9c0246b91cad709e3708.tar.gz tor-1df0647c668645268b1b9c0246b91cad709e3708.zip |
r18291@catbus: nickm | 2008-02-20 22:35:32 -0500
Resolve all DOCDOC issues, and document some other undocumented code, and fix a changelog entry.
svn:r13638
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index 0d6fd87dde..3ac38d7dac 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -331,7 +331,8 @@ struct sockaddr_in6 { typedef uint8_t maskbits_t; struct in_addr; -/** DOCDOC */ +/** Holds an IPv4 or IPv6 address. (Uses less memory than struct + * sockaddr_storage.) */ typedef struct tor_addr_t { sa_family_t family; |