From 8d1224eb51bf0f9fd0c829aa7fb22e359513b71b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 4 Jun 2007 19:54:02 +0000 Subject: r13248@catbus: nickm | 2007-06-04 15:53:23 -0400 More code to generate a consensus from a list of votes. Now, we handle Named, and we actually generate and sign the signed consensus. Yippee. Still needs testing. Still not actually called. svn:r10490 --- src/or/or.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index 3b5f77ae5..71c829c17 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2715,7 +2715,9 @@ void cached_dir_decref(cached_dir_t *d); /********************************* dirvote.c ************************/ void networkstatus_vote_free(networkstatus_vote_t *ns); -char *networkstatus_compute_consensus(smartlist_t *votes); +char *networkstatus_compute_consensus(smartlist_t *votes, + crypto_pk_env_t *identity_key, + crypto_pk_env_t *signing_key); /********************************* dns.c ***************************/ -- cgit v1.2.3