- Update the kernel headers to 2.0.2.1.
[util-vserver.git] / lib / syscall_waitexit-v13.hc
index d786a17..d44ad2a 100644 (file)
@@ -23,7 +23,7 @@
 static inline ALWAYSINLINE int
 vc_wait_exit_v13b(xid_t ctx)
 {
-  struct vcmd_wait_exit_v0     param = { .a = 0, .b = 0 };
+  struct vcmd_wait_exit_v0     param = { .reboot_cmd = 0, .exit_code = 0 };
 
   return vserver(VCMD_wait_exit, CTX_USER2KERNEL(ctx), &param);
 }