X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fcontrol_common.h;h=6384651a04b02d2ecbe309d7d08832d2fdf4fe3a;hb=7ea85043ac1fb2096baea44f6b0af27ac0d0b2cf;hp=750098e3515523892a29fa74ffdb8a4e2b690360;hpb=6eaefb4dbce240334e35f67d9f3db5d4f44e49c9;p=tinc diff --git a/src/control_common.h b/src/control_common.h index 750098e3..6384651a 100644 --- a/src/control_common.h +++ b/src/control_common.h @@ -31,6 +31,9 @@ enum request_type { REQ_DUMP_SUBNETS, REQ_DUMP_CONNECTIONS, REQ_DUMP_GRAPH, + REQ_PURGE, + REQ_SET_DEBUG, + REQ_RETRY, }; #define TINC_CTL_VERSION_CURRENT 0 @@ -38,6 +41,7 @@ enum request_type { /* This greeting is sent by the server on socket open. */ typedef struct tinc_ctl_greeting_t { int version; + pid_t pid; } tinc_ctl_greeting_t; /* A single request or response header. */