backing out to version 208 of util-vserver
[util-vserver.git] / kernel / signal_cmd.h
index 6ef9720..e842538 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef _VX_SIGNAL_CMD_H
 #define _VX_SIGNAL_CMD_H
 
-
 /*  signalling vserver commands */
 
 #define VCMD_ctx_kill          VC_CMD(PROCTRL, 1, 0)
@@ -13,19 +12,14 @@ struct      vcmd_ctx_kill_v0 {
 };
 
 struct vcmd_wait_exit_v0 {
-       int32_t reboot_cmd;
-       int32_t exit_code;
+       int32_t a;
+       int32_t b;
 };
 
+#ifdef __KERNEL__
 
-/*  process alteration commands */
-
-#define VCMD_get_pflags                VC_CMD(PROCALT, 5, 0)
-#define VCMD_set_pflags                VC_CMD(PROCALT, 6, 0)
-
-struct vcmd_pflags_v0 {
-       uint32_t flagword;
-       uint32_t mask;
-};
+extern int vc_ctx_kill(uint32_t, void __user *);
+extern int vc_wait_exit(uint32_t, void __user *);
 
+#endif /* __KERNEL__ */
 #endif /* _VX_SIGNAL_CMD_H */