diff options
author | Stephen Morris <stephen@isc.org> | 2011-02-18 15:31:20 +0100 |
---|---|---|
committer | Stephen Morris <stephen@isc.org> | 2011-02-18 15:31:20 +0100 |
commit | 85b6fa72d68d019149b8c751d495e34bbd4246a8 (patch) | |
tree | 6b0d011675b98fa97e62588e76647294a14a8051 /src/lib/asiolink/io_endpoint.cc | |
parent | [trac554] Update function names and prepare for TCP looping (diff) | |
download | kea-85b6fa72d68d019149b8c751d495e34bbd4246a8.tar.xz kea-85b6fa72d68d019149b8c751d495e34bbd4246a8.zip |
[trac554] Added IOFetch
IOFetch is a general upstream "fetch" class that should be able to
operate over TCP or UDP. Related changes have been made in the
associated classes. So far, only the unit tests for a UDP fetch
have been made (and passed).
Diffstat (limited to 'src/lib/asiolink/io_endpoint.cc')
-rw-r--r-- | src/lib/asiolink/io_endpoint.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/asiolink/io_endpoint.cc b/src/lib/asiolink/io_endpoint.cc index 86e06070da..bf79f61868 100644 --- a/src/lib/asiolink/io_endpoint.cc +++ b/src/lib/asiolink/io_endpoint.cc @@ -20,7 +20,8 @@ #include <asio.hpp> -#include <asiolink/asiolink.h> +#include <asiolink/io_address.h> +#include <asiolink/io_error.h> #include <asiolink/tcp_endpoint.h> #include <asiolink/udp_endpoint.h> |