aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-10-31 19:17:07 +0000
committerNick Mathewson <nickm@torproject.org>2006-10-31 19:17:07 +0000
commit1bf1f9d2fca917099c7e26e8f46df36329cd5c65 (patch)
tree756676cc8fc30d175869b579fad56d05a1d5ce06 /src/or/router.c
parent058ae90539de12b2486bc4032b11bc1d79357f41 (diff)
downloadtor-1bf1f9d2fca917099c7e26e8f46df36329cd5c65.tar
tor-1bf1f9d2fca917099c7e26e8f46df36329cd5c65.tar.gz
r9449@Kushana: nickm | 2006-10-31 00:12:02 -0500
Dump breakdown of PK operations when we get a USR2 signal. This should help us figure out of we are doing some of them for stupid reasons. svn:r8881
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 5e5c1bebc..27f401bed 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -1247,6 +1247,7 @@ router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router,
if (router_get_router_hash(s, digest) < 0)
return -1;
+ note_crypto_pk_op(SIGN_RTR);
if (router_append_dirobj_signature(s+written,maxlen-written,
digest,ident_key)<0) {
log_warn(LD_BUG, "Couldn't sign router descriptor");