diff options
author | Christopher Kohlhoff <chris@kohlhoff.com> | 2007-11-12 12:07:39 +0000 |
---|---|---|
committer | Christopher Kohlhoff <chris@kohlhoff.com> | 2007-11-12 12:07:39 +0000 |
commit | d8b863d33a4e770b5654772b7245de621ddcbd29 (patch) | |
tree | cc325d8113c1f0119f9bd7b95b795e9749a9e045 /libs | |
parent | 800761fdcfeac04d8d41ce6ee9a2d9519f07182d (diff) | |
download | boost-d8b863d33a4e770b5654772b7245de621ddcbd29.tar.gz |
Cannot perform concurrent operations on the /dev/poll descriptor where
the sockets descriptors involved may already be being waited on. Changed
the dev_poll_reactor class to keep a vector of pending event changes and
interrupt the /dev/poll ioctl() wait to apply it.
[SVN r41028]
Diffstat (limited to 'libs')
m--------- | libs/asio | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/libs/asio b/libs/asio -Subproject 7de155b732bf2b7f2b70cb3ddee5a66b083015e +Subproject 970375748c3ddaeff7fdb8172b3490cb982d06c |