[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] note that routerstatus_t.entries is sorted.
Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv24803/src/or
Modified Files:
or.h
Log Message:
note that routerstatus_t.entries is sorted.
Index: or.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/or.h,v
retrieving revision 1.678
retrieving revision 1.679
diff -u -d -r1.678 -r1.679
--- or.h 14 Sep 2005 02:07:35 -0000 1.678
+++ or.h 14 Sep 2005 02:28:35 -0000 1.679
@@ -835,7 +835,8 @@
int binds_names:1; /**< True iff this directory server binds names. */
- smartlist_t *entries; /**< List of router_status_t*. */
+ smartlist_t *entries; /**< List of router_status_t*. This list is kept
+ * sorted by identity_digest. */
} networkstatus_t;
/** Contents of a directory of onion routers. */