summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-07-16 22:23:18 +0000
committerNick Mathewson <nickm@torproject.org>2004-07-16 22:23:18 +0000
commitbc36db351f735c6a7053443ac567b9cacd72b4cc (patch)
tree4a25384ea88f4cc97311f16acd340cbe24318799 /src/or/or.h
parent656a6643347d5500dec3eab3fac8882b71d633f5 (diff)
downloadtor-bc36db351f735c6a7053443ac567b9cacd72b4cc.tar.gz
tor-bc36db351f735c6a7053443ac567b9cacd72b4cc.zip
Resolve all DOCDOCs.
svn:r2050
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index a9f1208664..8fb3b45dd1 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -603,9 +603,10 @@ typedef struct {
char *signing_router;
} routerlist_t;
-/* DOCDOC */
+/** Contents of a running-routers list */
typedef struct running_routers_t {
- time_t published_on;
+ time_t published_on; /**< When was the list marked as published? */
+ /** Which ORs are on the list? Entries may be prefixed with ! and $. */
smartlist_t *running_routers;
} running_routers_t;