Skip to content
Snippets Groups Projects
Commit e3ceac38 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Add another missing function doc

parent d643487c
No related branches found
No related tags found
No related merge requests found
......@@ -858,7 +858,11 @@ remap_event_helper(entry_connection_t *conn, const tor_addr_t *new_addr)
REMAP_STREAM_SOURCE_EXIT);
}
/**DOCDOC*/
/** Extract the contents of a connected cell in <b>cell</b>, whose relay
* header has already been parsed into <b>rh</b>. On success, set
* <b>addr_out</b> to the address we're connected to, and <b>ttl_out</b> to
* the ttl of that address, in seconds, and return 0. On failure, return
* -1. */
int
connected_cell_parse(const relay_header_t *rh, const cell_t *cell,
tor_addr_t *addr_out, int *ttl_out)
......
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