From 6c693dbda69738b65dddb30f153a92178f9c1d18 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 31 Dec 2005 08:16:07 +0000 Subject: add a TorVersion state string. not yet set to anything. svn:r5687 --- src/or/or.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/or.h') 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 -- cgit v1.2.3