mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Document ADDRMAPSRC_NONE.
This commit is contained in:
parent
b2be6c7f97
commit
c18b6ec3d4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user