[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r16209: whitespace fixes (in tor/trunk: . src/or)
Author: nickm
Date: 2008-07-25 10:47:19 -0400 (Fri, 25 Jul 2008)
New Revision: 16209
Modified:
tor/trunk/
tor/trunk/src/or/or.h
tor/trunk/src/or/routerlist.c
Log:
r17359@pc-10-8-1-079: nickm | 2008-07-25 16:42:48 +0200
whitespace fixes
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r17359] on 49666b30-7950-49c5-bedf-9dc8f3168102
Modified: tor/trunk/src/or/or.h
===================================================================
--- tor/trunk/src/or/or.h 2008-07-25 14:43:24 UTC (rev 16208)
+++ tor/trunk/src/or/or.h 2008-07-25 14:47:19 UTC (rev 16209)
@@ -1492,7 +1492,6 @@
* as good. */
} networkstatus_voter_info_t;
-
/** Enumerates the possible seriousness values of a networkstatus document. */
typedef enum {
NS_TYPE_VOTE,
@@ -1503,7 +1502,6 @@
/** A common structure to hold a v3 network status vote, or a v3 network
* status consensus. */
typedef struct networkstatus_t {
- // int is_vote;
networkstatus_type_t type; /**< Vote, consensus, or opinion? */
time_t published; /**< Vote only: Tiem when vote was written. */
time_t valid_after; /**< Time after which this vote or consensus applies. */
Modified: tor/trunk/src/or/routerlist.c
===================================================================
--- tor/trunk/src/or/routerlist.c 2008-07-25 14:43:24 UTC (rev 16208)
+++ tor/trunk/src/or/routerlist.c 2008-07-25 14:47:19 UTC (rev 16209)
@@ -1714,7 +1714,8 @@
* a minimum uptime, return one of those.
* If <b>CRN_NEED_CAPACITY</b> is set in flags, weight your choice by the
* advertised capacity of each router.
- * If <b>CRN_ALLOW_INVALID</b> is not set in flags, consider only Valid routers.
+ * If <b>CRN_ALLOW_INVALID</b> is not set in flags, consider only Valid
+ * routers.
* If <b>CRN_NEED_GUARD</b> is set in flags, consider only Guard routers.
* If <b>CRN_WEIGHT_AS_EXIT</b> is set in flags, we weight bandwidths as if
* picking an exit node, otherwise we weight bandwidths for picking a relay