Add a streamable class (Host) that represents an address and port,

or a unix domain socket.
This commit is contained in:
Niclas Antti
2019-04-18 15:05:51 +03:00
parent 75c0ac5323
commit 8b7b7b4d3f
3 changed files with 337 additions and 0 deletions

View File

@ -17,6 +17,7 @@ add_library(maxbase STATIC
workertask.cc
average.cc
random.cc
host.cc
)
if(HAVE_SYSTEMD)