diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-27 18:08:24 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-27 18:08:24 +0100 |
commit | fe6ca826dfc4d107faead4d3293740f29ad88ac1 (patch) | |
tree | de895ba82089a4156900f5bd76a027cc3e80944c /src/or/circuitbuild.c | |
parent | d5cbc21ad1138bb40e636851042a686784e7d786 (diff) | |
download | tor-fe6ca826dfc4d107faead4d3293740f29ad88ac1.tar.gz tor-fe6ca826dfc4d107faead4d3293740f29ad88ac1.zip |
Make sure that every module in src/or has a brief description.
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index daf0b2af0b..69c34b5f7b 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -6,7 +6,9 @@ /** * \file circuitbuild.c - * \brief The actual details of building circuits. + * + * \brief Implements the details of building circuits (by chosing paths, + * constructing/sending create/extend cells, and so on). **/ #define CIRCUITBUILD_PRIVATE |