rename the ununsed SETDVM to RESERVED

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
This commit is contained in:
Lai Jiangshan
2015-10-08 15:59:21 +08:00
parent fdc9364062
commit d7752ebd8b
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -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
View File
@@ -1,5 +1,5 @@
#ifndef _DVM_JSON_H_
#define _DVM_JSON_H_
#ifndef _PARSE_H_
#define _PARSE_H_
#include "hyper.h"
#include "jsmn.h"