Fix copy/paste error in SignalHandler example.
This commit is contained in:
parent
0e294991c7
commit
8c5f730f83
@ -46,7 +46,7 @@ A non-static class member function adapted to a signal handler using `bind()`:
|
||||
...
|
||||
}
|
||||
...
|
||||
socket.async_wait(...,
|
||||
my_signal_set.async_wait(
|
||||
boost::bind(&my_class::signal_handler,
|
||||
this, asio::placeholders::error,
|
||||
asio::placeholders::signal_number));
|
||||
|
Loading…
Reference in New Issue
Block a user