From 11e5656ab7fdbf8bad2e041261542f2bda6a5a8c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 16 Feb 2007 20:01:02 +0000 Subject: r11826@catbus: nickm | 2007-02-16 14:58:38 -0500 Resolve 56 DOCDOC comments. svn:r9594 --- src/or/or.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index a2e7545b87..04a6e0eb8d 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2669,6 +2669,8 @@ int rep_hist_get_predicted_internal(time_t now, int *need_uptime, int any_predicted_circuits(time_t now); int rep_hist_circbuilding_dormant(time_t now); +/** Possible public/private key operations in Tor: used to keep track of where + * we're spending our time. */ typedef enum { SIGN_DIR, SIGN_RTR, VERIFY_DIR, VERIFY_RTR, -- cgit v1.2.3-54-g00ecf