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

Document ADDRMAPSRC_NONE.

parent b2be6c7f
No related branches found
No related tags found
No related merge requests found
......@@ -3857,7 +3857,9 @@ typedef enum {
* Tor server that told us what its value was. */
ADDRMAPSRC_DNS,
/** DOCDOC */
/** No remapping has occurred. This isn't a possible value for an
* addrmap_entry_t; it's used as a null value when we need to answer "Why
* did this remapping happen." */
ADDRMAPSRC_NONE
} addressmap_entry_source_t;
......
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