Merge pull request #14 from laijs/remove-dvm

rename the ununsed SETDVM to RESERVED
This commit is contained in:
Gao feng
2015-10-08 16:23:24 +08:00
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"