X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=75d59df235a137bdea86be13076f89d6deb4bdc5;hp=c56abd85dc4be9a65ef7cfd6bd64665b646fca25;hb=ba918dce287788aaf6a90b3c7a9f349b197068d6;hpb=c5c02a0861bf540e07fe64704cb97aae29c4cacf diff --git a/src/net.h b/src/net.h index c56abd85..75d59df2 100644 --- a/src/net.h +++ b/src/net.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net.h,v 1.9.4.32 2001/06/05 16:09:55 guus Exp $ + $Id: net.h,v 1.9.4.33 2001/06/08 18:02:10 guus Exp $ */ #ifndef __TINC_NET_H__ @@ -98,6 +98,8 @@ extern int total_tap_out; extern int total_socket_in; extern int total_socket_out; +extern int seconds_till_retry; + extern char *request_name[256]; extern char *status_text[10];