X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet.h;h=27b5eb5b5a8e31ed5c53acbb643b5960fbb6e535;hb=1d9dacb1f26971e19463b5501c2410c57f780ecb;hp=c511a5fc8342f6084525bbbbe7300afb63c1ca85;hpb=cff27a258f3b3a97b5d2e309c264eceea41dff3a;p=tinc diff --git a/src/net.h b/src/net.h index c511a5fc..27b5eb5b 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-2009 Guus Sliepen + 2000-2012 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 @@ -109,6 +109,7 @@ extern int maxoutbufsize; extern int seconds_till_retry; extern int addressfamily; extern unsigned replaywin; +extern bool localdiscovery; extern listen_socket_t listen_socket[MAXSOCKETS]; extern int listen_sockets;