Fix various documentation/typos; remove a few superfluous things.

This commit is contained in:
Jon Siwek 2013-06-03 16:03:25 -05:00
parent 8e7ef001b3
commit a5e1810aa8
17 changed files with 110 additions and 103 deletions

View file

@ -451,11 +451,6 @@ inline void IPAddr::ConvertToThreadingValue(threading::Value::addr_t* v) const
*/
HashKey* BuildConnIDHashKey(const ConnID& id);
/**
* Returns a hash key for a given ExpectedConn instance. Passes ownership to caller.
*/
HashKey* BuildExpectedConnHashKey(const analyzer::ExpectedConn& c);
/**
* Class storing both IPv4 and IPv6 prefixes
* (i.e., \c 192.168.1.1/16 and \c FD00::/8.