Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
6c693dbd
Commit
6c693dbd
authored
Dec 31, 2005
by
Roger Dingledine
Browse files
add a TorVersion state string.
not yet set to anything. svn:r5687
parent
e9e7dc17
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/or/config.c
View file @
6c693dbd
...
...
@@ -244,6 +244,8 @@ static config_var_t _state_vars[] = {
VAR
(
"BWHistoryWriteInterval"
,
UINT
,
BWHistoryWriteInterval
,
NULL
),
VAR
(
"BWHistoryWriteValues"
,
CSV
,
BWHistoryWriteValues
,
NULL
),
VAR
(
"TorVersion"
,
STRING
,
TorVersion
,
NULL
),
VAR
(
"LastWritten"
,
ISOTIME
,
LastWritten
,
NULL
),
{
NULL
,
CONFIG_TYPE_OBSOLETE
,
0
,
NULL
,
NULL
}
...
...
src/or/or.h
View file @
6c693dbd
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment