Tero Marttila's Ipv6 patch - part I.

This commit is contained in:
Martin Sustrik
2010-01-22 13:13:52 +01:00
parent 6edec4fe93
commit 34d65e22c5
6 changed files with 35 additions and 31 deletions

View File

@@ -58,7 +58,7 @@ namespace zmq
private:
// Address to connect to.
sockaddr_in addr;
sockaddr_storage addr;
// Underlying socket.
fd_t s;