X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=c3c82de348621688b07f41c911c57812a55a69b3;hp=0c3d64c32c685c0d74bf46b12f62d4e293b6526b;hb=c544e5e8fe22250b230a46f0340483db5403a6c1;hpb=e355088535ee9ebb12a4db0043bf6a9743085b28 diff --git a/src/net.h b/src/net.h index 0c3d64c3..c3c82de3 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-2014 Guus Sliepen + 2000-2016 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 @@ -115,6 +115,7 @@ typedef struct listen_socket_t { io_t udp; sockaddr_t sa; bool bindto; + int priority; } listen_socket_t; #include "conf.h"