]> granicus.if.org Git - libevent/commit
Make evbuffer_add_file() work on windows
authorNick Mathewson <nickm@torproject.org>
Sat, 8 May 2010 20:34:18 +0000 (16:34 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 8 May 2010 20:34:18 +0000 (16:34 -0400)
commitdcdae6b743b1cfc2dceff0b95b3236dd83742f61
tree46c8ec8748f964feabea9730526a1c2b4382dd83
parentb4f12a17aaa6e9badb25409e59cd32d0c549dbb7
Make evbuffer_add_file() work on windows

Right now only the add_file() mode is supported, when it would be
nicer to have mmap support.  Perhaps for Libevent 2.1.x.
buffer.c
test/regress_buffer.c