summaryrefslogtreecommitdiffstats
path: root/src/lib/asiodns/README
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2015-09-02 19:49:11 +0200
committerFrancis Dupont <fdupont@isc.org>2015-09-02 19:49:11 +0200
commitb494fd351e5027d1c5f68fa5a7a562e014ea0cd0 (patch)
tree5524bb7e4d7b9c23341f02b1aa5234e3e833818d /src/lib/asiodns/README
parent[4031] Cleaned up asiolink (tentative) (diff)
downloadkea-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/README2
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