]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
protover: Update a comment about protover parsing
authorteor <teor@torproject.org>
Wed, 12 Feb 2020 10:59:25 +0000 (20:59 +1000)
committerteor <teor@torproject.org>
Wed, 12 Feb 2020 10:59:25 +0000 (20:59 +1000)
Comment-only change.

src/core/or/protover.c

index 2a0a06f9512a1ba3e5a0cd42c32b0c2dbfd8d771..523c124a4fc7c9d37e99c645f734c270dbbc4f33 100644 (file)
@@ -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" },