summaryrefslogtreecommitdiff
path: root/src/or/rephist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r--src/or/rephist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index e24b6ad205..95f04ba912 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -956,6 +956,7 @@ static uint32_t n_rend_client_ops = 0;
static uint32_t n_rend_mid_ops = 0;
static uint32_t n_rend_server_ops = 0;
+/** DOCDOC */
void
note_crypto_pk_op(pk_op_t operation)
{
@@ -999,6 +1000,7 @@ note_crypto_pk_op(pk_op_t operation)
}
}
+/** DOCDOC */
void
dump_pk_ops(int severity)
{