aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-12-31 08:16:07 +0000
committerRoger Dingledine <arma@torproject.org>2005-12-31 08:16:07 +0000
commit6c693dbda69738b65dddb30f153a92178f9c1d18 (patch)
tree7b37397f81667fe08e66c72b06df45751590d9b1 /src/or/or.h
parente9e7dc176ce5cfd41c62d1a18bb55e11d4c98fc0 (diff)
downloadtor-6c693dbda69738b65dddb30f153a92178f9c1d18.tar
tor-6c693dbda69738b65dddb30f153a92178f9c1d18.tar.gz
add a TorVersion state string.
not yet set to anything. svn:r5687
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index ed0f17801..9d118f94d 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1379,6 +1379,8 @@ typedef struct {
time_t BWHistoryWriteEnds;
int BWHistoryWriteInterval;
smartlist_t *BWHistoryWriteValues;
+
+ char *TorVersion;
} or_state_t;
#define MAX_SOCKS_REPLY_LEN 1024