X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fcontrol_common.h;h=6384651a04b02d2ecbe309d7d08832d2fdf4fe3a;hb=5a132550deb58473285e5f91705d286aef47be71;hp=09758266563fc3275c158329404fb6107c00dfbc;hpb=f0a57eab4cfd64d4f8261b1885a2072177f9e76b;p=meshlink 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. */