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