X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.h;h=147475adc6305c615ba0daeab92d3c04b95755dc;hp=6c46c726055605a191891197441c361a51b2c7d4;hb=4a5c12ec97fa1e82aae2d327fdc648e5203eb478;hpb=6d08eb1614b59d5f86a43edda9db06fca72b76cd diff --git a/src/protocol.h b/src/protocol.h index 6c46c726..147475ad 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -1,7 +1,7 @@ /* protocol.h -- header for protocol.c Copyright (C) 1999-2005 Ivo Timmermans, - 2000-2009 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 @@ -36,6 +36,7 @@ /* Request numbers */ typedef enum request_t { + PROXY = -2, ALL = -1, /* Guardian for allow_request */ ID = 0, METAKEY, CHALLENGE, CHAL_REPLY, ACK, STATUS, ERROR, TERMREQ,