diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-12-10 06:42:13 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-12-10 06:42:13 +0000 |
commit | 86d2d3786c66f10680d318aa3ea3e240bad07dc3 (patch) | |
tree | 6c45cccd60a6546d3e228b9db3cc2203a8818220 | |
parent | 8b9c972839f8703c4d62855d868aec393a842246 (diff) |
Implement panic command.
-rw-r--r-- | usr.sbin/ldomd/hvctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ldomd/hvctl.h b/usr.sbin/ldomd/hvctl.h index 4da31b2a5c3..f6440f09d0a 100644 --- a/usr.sbin/ldomd/hvctl.h +++ b/usr.sbin/ldomd/hvctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hvctl.h,v 1.1 2012/11/04 17:37:10 kettenis Exp $ */ +/* $OpenBSD: hvctl.h,v 1.2 2012/12/10 06:42:12 kettenis Exp $ */ /* * Copyright (c) 2012 Mark Kettenis @@ -116,6 +116,7 @@ struct hvctl_msg { #define HVCTL_OP_RECONFIGURE 4 #define HVCTL_OP_GUEST_START 5 #define HVCTL_OP_GUEST_STOP 6 +#define HVCTL_OP_GUEST_PANIC 10 #define HVCTL_OP_GET_RES_STAT 11 #define HVCTL_ST_OK 0 |