X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fprotocol.h;h=6381a6192f5ac31e1a2db8b9b5ad39bca160d6d5;hb=9398fdaa463bc985660b5d6606ff0d15d75dec9c;hp=02c22666c91f559d327d06fa7962baadba72324d;hpb=c1d727418933bb899472aafd604e7e2508826dc6;p=meshlink-tiny diff --git a/src/protocol.h b/src/protocol.h index 02c2266..6381a61 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -38,7 +38,7 @@ typedef enum request_t { ALL = -1, /* Guardian for allow_request */ ID = 0, METAKEY, CHALLENGE, CHAL_REPLY, ACK, - STATUS, ERROR, TERMREQ, + PSTATUS, ERROR, TERMREQ, PING, PONG, ADD_SUBNET, DEL_SUBNET, ADD_EDGE, DEL_EDGE,