diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-12-15 21:17:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-12-15 21:17:40 +0000 |
commit | 24e79df0b6e27f534cde5e15967e6a12e1e3535b (patch) | |
tree | 872fecdf06f35c631bf3a116aa83e7a7b102303d /src/or/or.h | |
parent | 713c995adb3fcbdb3a05ac61b2e46f205432dce2 (diff) | |
download | tor-24e79df0b6e27f534cde5e15967e6a12e1e3535b.tar tor-24e79df0b6e27f534cde5e15967e6a12e1e3535b.tar.gz |
Whitespace fixes; comments.
svn:r5596
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index ab3f28152..7ea52148c 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2192,7 +2192,7 @@ typedef struct trusted_dir_server_t { unsigned int is_running:1; /**< True iff we think this server is running. */ /** True iff this server is an authority for the older ("v1") directory * protocol. (All authorities are v2 authorities.) */ - unsigned int is_v1_authority:1; + unsigned int is_v1_authority:1; int n_networkstatus_failures; /**< How many times have we asked for this * server's network-status unsuccessfully? */ routerstatus_t fake_status; /**< Used when we need to pass this trusted |