[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12606: doxygen tweaks (tor/trunk/src/or)
Author: arma
Date: 2007-11-29 10:23:41 -0500 (Thu, 29 Nov 2007)
New Revision: 12606
Modified:
tor/trunk/src/or/networkstatus.c
Log:
doxygen tweaks
Modified: tor/trunk/src/or/networkstatus.c
===================================================================
--- tor/trunk/src/or/networkstatus.c 2007-11-29 13:19:11 UTC (rev 12605)
+++ tor/trunk/src/or/networkstatus.c 2007-11-29 15:23:41 UTC (rev 12606)
@@ -57,10 +57,10 @@
* not being named. */
static int have_warned_about_invalid_status = 0;
/** True iff we have logged a warning about this OR's version being older than
- * listed by the authorities */
+ * listed by the authorities. */
static int have_warned_about_old_version = 0;
/** True iff we have logged a warning about this OR's version being newer than
- * listed by the authorities */
+ * listed by the authorities. */
static int have_warned_about_new_version = 0;
static void download_status_map_update_from_v2_networkstatus(void);
@@ -997,7 +997,7 @@
#define DELAY_WHILE_FETCHING_CERTS (20*60)
/** If we want to download a fresh consensus, launch a new download as
- * appropriate. */
+ * appropriate. */
static void
update_consensus_networkstatus_downloads(time_t now)
{