X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=serverpool.h;h=9a8e171e36ff620637695bf99e6a980a2d5f41a9;hb=085d103660c6c628c5bf146a6505adaca98b8099;hp=5b7fca3d5e5ebcd2a67e3db34bb6445027d1169b;hpb=7b3d494100ef1063578b1ef76818baee4ab53ada;p=cubemap 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 {