diff options
author | Francis Dupont <fdupont@isc.org> | 2015-09-02 19:49:11 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-09-02 19:49:11 +0200 |
commit | b494fd351e5027d1c5f68fa5a7a562e014ea0cd0 (patch) | |
tree | 5524bb7e4d7b9c23341f02b1aa5234e3e833818d /src/lib/asiodns/README | |
parent | [4031] Cleaned up asiolink (tentative) (diff) | |
download | kea-b494fd351e5027d1c5f68fa5a7a562e014ea0cd0.tar.xz kea-b494fd351e5027d1c5f68fa5a7a562e014ea0cd0.zip |
[4009] Added boost to asio (tentative)
Diffstat (limited to 'src/lib/asiodns/README')
-rw-r--r-- | src/lib/asiodns/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/asiodns/README b/src/lib/asiodns/README index ad27177025..5f44341a93 100644 --- a/src/lib/asiodns/README +++ b/src/lib/asiodns/README @@ -102,7 +102,7 @@ argument the class of the object that will be used as the callback when the asynchronous operation completes. This object can be of any type, but must include an operator() method with the signature: - operator()(asio::error_code ec, size_t length) + operator()(boost::asio::error_code ec, size_t length) ... the two arguments being the status of the completed I/O operation and the number of bytes transferred. (In the case of the open method, the second |