diff options
author | Roger Dingledine <arma@torproject.org> | 2004-04-02 22:23:15 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-04-02 22:23:15 +0000 |
commit | f34e6da3e75ad5b681c68e6c0a50d65d4566f9cf (patch) | |
tree | 7605e90bef7b67ea957030cc7404161bd723b738 /src/or/rendservice.c | |
parent | 4cb21bab4811090ca7f39bd422eed5184c58e5bf (diff) | |
download | tor-f34e6da3e75ad5b681c68e6c0a50d65d4566f9cf.tar tor-f34e6da3e75ad5b681c68e6c0a50d65d4566f9cf.tar.gz |
now circuit_get_newest returns an appropriate circ for your purpose
connection_ap_handshake_attach_circuit attaches to a circ of the
right purpose
add a skeletal rendclient.c
svn:r1441
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r-- | src/or/rendservice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index 7e75827c0..9d4cd3bec 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; |