diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-07-16 22:23:18 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-07-16 22:23:18 +0000 |
commit | bc36db351f735c6a7053443ac567b9cacd72b4cc (patch) | |
tree | 4a25384ea88f4cc97311f16acd340cbe24318799 /src/or/or.h | |
parent | 656a6643347d5500dec3eab3fac8882b71d633f5 (diff) | |
download | tor-bc36db351f735c6a7053443ac567b9cacd72b4cc.tar.gz tor-bc36db351f735c6a7053443ac567b9cacd72b4cc.zip |
Resolve all DOCDOCs.
svn:r2050
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 5 |
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; |