X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.h;h=a56153946f6ee20e0180221a7c24b119cda8f30a;hp=ee6f1f0e69217c805ab09be51b5eef1a5b50a7d9;hb=68a20876d0c4a6c370064d78786dd9f2aa6273cb;hpb=76a3ada4eb4032172c3d780915a07680f9954d42 diff --git a/src/protocol.h b/src/protocol.h index ee6f1f0e..a5615394 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -43,7 +43,9 @@ typedef enum request_t { ADD_EDGE, DEL_EDGE, KEY_CHANGED, REQ_KEY, ANS_KEY, PACKET, + /* Tinc 1.1 requests */ CONTROL, + REQ_PUBKEY, ANS_PUBKEY, LAST /* Guardian for the highest request number */ } request_t;