X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=e251ebd980387437daa9159f485367d3944eeef3;hp=7ff603c6014d3b0456fd74b9b8dca5a5eb2b1f40;hb=4a5c12ec97fa1e82aae2d327fdc648e5203eb478;hpb=535a55100bb77f107c85361e9f72a194e92bc8bc diff --git a/src/net.h b/src/net.h index 7ff603c6..e251ebd9 100644 --- a/src/net.h +++ b/src/net.h @@ -1,7 +1,7 @@ /* net.h -- header for net.c Copyright (C) 1998-2005 Ivo Timmermans - 2000-2012 Guus Sliepen + 2000-2015 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -87,6 +87,7 @@ typedef struct listen_socket_t { int tcp; int udp; sockaddr_t sa; + int priority; } listen_socket_t; #include "conf.h"