Loading src/or/routerlist.c +2 −0 Original line number Diff line number Diff line Loading @@ -2765,6 +2765,8 @@ frac_nodes_with_descriptors(const smartlist_t *sl, if (node_has_descriptor(node)) n_with_descs++; }); tor_free(bandwidths); return ((double)n_with_descs) / (double)smartlist_len(sl); } Loading Loading
src/or/routerlist.c +2 −0 Original line number Diff line number Diff line Loading @@ -2765,6 +2765,8 @@ frac_nodes_with_descriptors(const smartlist_t *sl, if (node_has_descriptor(node)) n_with_descs++; }); tor_free(bandwidths); return ((double)n_with_descs) / (double)smartlist_len(sl); } Loading