Skip to content
Snippets Groups Projects
Commit 2f69c679 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

doxygen tweak

svn:r18818
parent e80ee338
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ typedef struct tor_tls_context_t {
*/
struct tor_tls_t {
HT_ENTRY(tor_tls_t) node;
tor_tls_context_t *context; /** A link to the context object for this tls */
tor_tls_context_t *context; /** A link to the context object for this tls. */
SSL *ssl; /**< An OpenSSL SSL object. */
int socket; /**< The underlying file descriptor for this TLS connection. */
char *address; /**< An address to log when describing this connectinon. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment