Add a streamable class (Host) that represents an address and port,
or a unix domain socket.
This commit is contained in:
@ -17,6 +17,7 @@ add_library(maxbase STATIC
|
||||
workertask.cc
|
||||
average.cc
|
||||
random.cc
|
||||
host.cc
|
||||
)
|
||||
|
||||
if(HAVE_SYSTEMD)
|
||||
|
||||
Reference in New Issue
Block a user