diff options
Diffstat (limited to 'src/or/routerset.c')
-rw-r--r-- | src/or/routerset.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/or/routerset.c b/src/or/routerset.c index debe9ec6e1..073e762e13 100644 --- a/src/or/routerset.c +++ b/src/or/routerset.c @@ -4,6 +4,13 @@ * Copyright (c) 2007-2015, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file routerset.c + * + * \brief Functions and structures to handle set-type selection of routers + * by name, ID, address, etc. + */ + #define ROUTERSET_PRIVATE #include "or.h" |