aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r--src/or/rendservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 7e75827c04..9d4cd3bec0 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -20,7 +20,7 @@ typedef struct rend_service_port_config_t {
*/
typedef struct rend_service_t {
/* Fields specified in config file */
- char *directory;
+ char *directory; /* where in the filesystem it stores it */
smartlist_t *ports;
char *intro_nodes;
char *intro_exclude_nodes;