mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-09-03 12:11:34 +00:00
rename the ununsed SETDVM to RESERVED
Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
#ifndef _DVM_H_
|
||||
#define _DVM_H_
|
||||
#ifndef _HYPER_H_
|
||||
#define _HYPER_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "container.h"
|
||||
|
||||
enum {
|
||||
SETDVM,
|
||||
RESERVED,
|
||||
STARTPOD,
|
||||
GETPOD,
|
||||
STOPPOD,
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
#ifndef _DVM_JSON_H_
|
||||
#define _DVM_JSON_H_
|
||||
#ifndef _PARSE_H_
|
||||
#define _PARSE_H_
|
||||
|
||||
#include "hyper.h"
|
||||
#include "jsmn.h"
|
||||
|
||||
Reference in New Issue
Block a user