X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=serverpool.h;h=9a8e171e36ff620637695bf99e6a980a2d5f41a9;hp=5b7fca3d5e5ebcd2a67e3db34bb6445027d1169b;hb=dfa828027e66f823e1cd8e444dfb96492e296b42;hpb=adbeb2f8972672ed1059509662d006df47762228 diff --git a/serverpool.h b/serverpool.h index 5b7fca3..9a8e171 100644 --- a/serverpool.h +++ b/serverpool.h @@ -12,7 +12,9 @@ class MarkPool; class Server; +class UDPStream; struct ClientStats; +struct sockaddr_in6; // Provides services such as load-balancing between a number of Server instances. class ServerPool {