chiark / gitweb /
Server checks itself every hour, and logs with pid.
[userv.git] / common.h
index f73ea4d876c73da5780310d1369ba3f3152cfe32..ee243b1ac3aeb7ba0f358b056da48987c4e57b87 100644 (file)
--- a/common.h
+++ b/common.h
@@ -77,7 +77,7 @@ enum {
 struct opening_msg {
   unsigned long magic;
   unsigned char protocolchecksumversion[PCSUMSIZE];
-  pid_t serverpid;
+  pid_t overlordpid, serverpid;
 };
 
 struct request_msg {