Expand the event_mask field in controller conns to 64 bits
commitd229025fefa6faa228d9154e391293d9d5b320d3
authorNick Mathewson <nickm@torproject.org>
Mon, 8 Sep 2014 19:15:05 +0000 (8 15:15 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 8 Sep 2014 19:16:02 +0000 (8 15:16 -0400)
treecf63fafc6a235832ba9c29daef53e8b75a67da28
parentf551a053e35a937da2e01d382639e79f1e6d2369
Expand the event_mask field in controller conns to 64 bits

Back in 078d6bcd, we added an event number 0x20, but we didn't make
the event_mask field big enough to compensate.

Patch by "teor". Fixes 13085; bugfix on 0.2.5.1-alpha.
changes/bug13085 [new file with mode: 0644]
src/or/control.c
src/or/control.h
src/or/or.h