X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fcontrol_common.h;fp=src%2Fcontrol_common.h;h=6384651a04b02d2ecbe309d7d08832d2fdf4fe3a;hb=fe2f1fceb546ca4326435cac26bcf3f513e82b43;hp=09758266563fc3275c158329404fb6107c00dfbc;hpb=b1f8c65a2cfa307d9b8ed8cc3c8d4819f605e4f6;p=tinc diff --git a/src/control_common.h b/src/control_common.h index 09758266..6384651a 100644 --- a/src/control_common.h +++ b/src/control_common.h @@ -41,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. */