summaryrefslogtreecommitdiff
path: root/src/common/compat.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-05-31 12:38:11 -0400
committerNick Mathewson <nickm@torproject.org>2012-05-31 12:38:11 -0400
commit0e207f9acb655d037c8aef86ea2781d8e1b4b570 (patch)
treebd5a76c50efb48bcdab5fd98994aa40a9c70c97c /src/common/compat.h
parentf1aae1236fc68a0047ac9370bdcf828a42efdab3 (diff)
parent2e58882b90a5015554b59862869b20dba39a5d58 (diff)
downloadtor-0e207f9acb655d037c8aef86ea2781d8e1b4b570.tar.gz
tor-0e207f9acb655d037c8aef86ea2781d8e1b4b570.zip
Merge remote-tracking branch 'public/close_file_mapping'
Conflicts: src/common/compat.h Conflict was between replacement of MS_WINDOWS with _WIN32 in master, and with removal of file_handle from tor_mmap_t struct in close_file_mapping branch (for bug 5951 fix).
Diffstat (limited to 'src/common/compat.h')
-rw-r--r--src/common/compat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h
index 7edd889ee3..7ba350945a 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -247,7 +247,6 @@ typedef struct tor_mmap_t {
size_t mapping_size; /**< Size of the actual mapping. (This is this file
* size, rounded up to the nearest page.) */
#elif defined _WIN32
- HANDLE file_handle;
HANDLE mmap_handle;
#endif