mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
protover: Update a comment about protover parsing
Comment-only change.
This commit is contained in:
parent
41a9eddf2b
commit
bc493ce0f2
@ -40,8 +40,8 @@ static const struct {
|
||||
protocol_type_t protover_type;
|
||||
const char *name;
|
||||
/* If you add a new protocol here, you probably also want to add
|
||||
* parsing for it in routerstatus_parse_entry_from_string() so that
|
||||
* it is set in routerstatus_t */
|
||||
* parsing for it in summarize_protover_flags(), so that it has a
|
||||
* summary flag in routerstatus_t */
|
||||
} PROTOCOL_NAMES[] = {
|
||||
{ PRT_LINK, "Link" },
|
||||
{ PRT_LINKAUTH, "LinkAuth" },
|
||||
|
Loading…
Reference in New Issue
Block a user