X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=src%2Fnet.h;fp=src%2Fnet.h;h=0982020f2bf1e0c6d8a97951dfd1b7edb949edac;hp=2b50c5a2fab629965455db8b2205fe556055c782;hb=042a6c139e1bf798511db3986a3d4a47e638e731;hpb=c72e237caa22525ab36a8286758e47544db3d496 diff --git a/src/net.h b/src/net.h index 2b50c5a..0982020 100644 --- a/src/net.h +++ b/src/net.h @@ -87,6 +87,7 @@ typedef struct listen_socket_t { int tcp; int udp; sockaddr_t sa; + int priority; } listen_socket_t; #include "conf.h"