[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [tor-dev] [tor-commits] [tor/master] Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 options



Isis: I'd like to highlight this change for you, since it means
that the bridge authority's networkstatus files are now going to
have HSDir flags on the bridge status lines.

I don't know if this is going to be a problem for any of your parsing
code in any way (hopefully not), but I figured now's a great time to
let you know it's coming.

--Roger

On Thu, Jul 16, 2015 at 07:47:05PM +0000, nickm@xxxxxxxxxxxxxx wrote:
> --- a/src/or/networkstatus.c
> +++ b/src/or/networkstatus.c
> @@ -1678,7 +1678,7 @@ networkstatus_getinfo_by_purpose(const char *purpose_string, time_t now)
>      if (bridge_auth && ri->purpose == ROUTER_PURPOSE_BRIDGE)
>        dirserv_set_router_is_running(ri, now);
>      /* then generate and write out status lines for each of them */
> -    set_routerstatus_from_routerinfo(&rs, node, ri, now, 0, 0);
> +    set_routerstatus_from_routerinfo(&rs, node, ri, now, 0);
>      smartlist_add(statuses, networkstatus_getinfo_helper_single(&rs));
>    } SMARTLIST_FOREACH_END(ri);

_______________________________________________
tor-dev mailing list
tor-dev@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev