diff options
author | Roger Dingledine <arma@torproject.org> | 2009-12-21 03:48:40 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-12-21 03:52:34 -0500 |
commit | 22e07b4ead93914708b4579aa1241f7f4f4121a2 (patch) | |
tree | 0993a64b928a0d48c5f5736abe2b297834b231bf /src/or/or.h | |
parent | 2138b05f17a755ca154a0e0aae28e5c9b7c9ac35 (diff) | |
download | tor-22e07b4ead93914708b4579aa1241f7f4f4121a2.tar.gz tor-22e07b4ead93914708b4579aa1241f7f4f4121a2.zip |
fix compile
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 431b62e8de..eca3b6f0ce 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2341,7 +2341,7 @@ typedef struct { struct routerset_t *_ExcludeExitNodesUnion; int DisableAllSwap; /**< Boolean: Attempt to call mlockall() on our - * process for all current and future memory. */ + * process for all current and future memory. */ /** List of "entry", "middle", "exit", "introduction", "rendezvous". */ smartlist_t *AllowInvalidNodes; |