From d7752ebd8be107e3cbabff40c321e7a93c68f489 Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Thu, 8 Oct 2015 15:59:21 +0800 Subject: [PATCH] rename the ununsed SETDVM to RESERVED Signed-off-by: Lai Jiangshan --- src/hyper.h | 6 +++--- src/parse.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/hyper.h b/src/hyper.h index f7a17fd..7740f5e 100644 --- a/src/hyper.h +++ b/src/hyper.h @@ -1,5 +1,5 @@ -#ifndef _DVM_H_ -#define _DVM_H_ +#ifndef _HYPER_H_ +#define _HYPER_H_ #include @@ -10,7 +10,7 @@ #include "container.h" enum { - SETDVM, + RESERVED, STARTPOD, GETPOD, STOPPOD, diff --git a/src/parse.h b/src/parse.h index 867025b..6b3ad0d 100644 --- a/src/parse.h +++ b/src/parse.h @@ -1,5 +1,5 @@ -#ifndef _DVM_JSON_H_ -#define _DVM_JSON_H_ +#ifndef _PARSE_H_ +#define _PARSE_H_ #include "hyper.h" #include "jsmn.h"