summaryrefslogtreecommitdiff
path: root/server/api_service.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-12 21:34:09 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-12 21:34:09 +0200
commit85a13d70cc5249e2f583bb16f0914646aefe4fe6 (patch)
tree3c83832a146120a8ec8f026ab97af2698936e72c /server/api_service.h
parent1d41574c6e8e7bbf3705645feb429df6281ccb83 (diff)
server and shell exec module should work now
TODO: implement basic protocol support in client
Diffstat (limited to 'server/api_service.h')
-rw-r--r--server/api_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/api_service.h b/server/api_service.h
index 4f5a183..ddfdc8f 100644
--- a/server/api_service.h
+++ b/server/api_service.h
@@ -21,8 +21,8 @@ namespace service
{
-enum service_return {RET_NONE = 2, RET_VOID_PTR = 4, RET_CHAR_PTR = 8, RET_STD_STRING = 16, RET_INT, RET_FLOAT = 32};
-enum service_accept {ACC_NONE = 2, ACC_VOID_PTR = 4, ACC_CHAR_PTR = 8, ACC_STD_STRING = 16, ACC_INT, ACC_FLOAT = 32};
+enum service_return {RET_NONE = 2, RET_VOID_PTR = 4, RET_CHAR_PTR = 8, RET_STD_STRING_PTR = 16, RET_INT_PTR, RET_FLOAT_PTR = 32};
+enum service_accept {ACC_NONE = 2, ACC_VOID_PTR = 4, ACC_CHAR_PTR = 8, ACC_STD_STRING_PTR = 16, ACC_INT_PTR, ACC_FLOAT_PTR = 32};
//service may have predefined command set