summaryrefslogtreecommitdiff
path: root/src/tcp_connecter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tcp_connecter.hpp')
-rw-r--r--src/tcp_connecter.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tcp_connecter.hpp b/src/tcp_connecter.hpp
index 87b4604..26a0151 100644
--- a/src/tcp_connecter.hpp
+++ b/src/tcp_connecter.hpp
@@ -26,7 +26,7 @@
#include "own.hpp"
#include "stdint.hpp"
#include "io_object.hpp"
-#include "tcp_address.hpp"
+#include "address.hpp"
namespace xs
{
@@ -82,10 +82,10 @@ namespace xs
fd_t connect ();
// Address to connect to.
- tcp_address_t address;
+ address_t address;
// Source address.
- tcp_address_t source_address;
+ address_t source_address;
// Underlying socket.
fd_t s;