X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=server.h;h=6311c68095c6ef9558bbb7518fb5e8d9a2caae02;hp=0f93b7f0b034caa1eb88a276f3b2aa40fa78fc83;hb=771355dc2b3ac9d076482148a03591debb97f62e;hpb=f3e2d52ccf79454ee157917f9017263a8f4c50c3 diff --git a/server.h b/server.h index 0f93b7f..6311c68 100644 --- a/server.h +++ b/server.h @@ -13,6 +13,9 @@ #define MAX_CLIENT_REQUEST 16384 struct Client { + Client() {} + Client(int sock); + // The file descriptor associated with this socket. int sock;