X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fcontrol_common.h;h=6384651a04b02d2ecbe309d7d08832d2fdf4fe3a;hb=7ea85043ac1fb2096baea44f6b0af27ac0d0b2cf;hp=bceaa7106ebfce0a7cb519755618d8e46b685c88;hpb=1065879c8c6e8cdf8d3755024241f31eaabd4138;p=tinc diff --git a/src/control_common.h b/src/control_common.h index bceaa710..6384651a 100644 --- a/src/control_common.h +++ b/src/control_common.h @@ -32,6 +32,8 @@ enum request_type { REQ_DUMP_CONNECTIONS, REQ_DUMP_GRAPH, REQ_PURGE, + REQ_SET_DEBUG, + REQ_RETRY, }; #define TINC_CTL_VERSION_CURRENT 0 @@ -39,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. */