aboutsummaryrefslogtreecommitdiffstats
path: root/tbl_qcmd.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-09-24 11:55:09 +0100
committerFreeArtMan <dos21h@gmail.com>2017-09-24 11:55:09 +0100
commit5de1c5ba999dba7da45316d3c1f2592c0e0e4804 (patch)
tree58e2fdc46c9b8b43598acdfad479bda9359b1df9 /tbl_qcmd.h
parent1dcf41797bda73d9c9c286d1eff8309ee2148e13 (diff)
downloadagni-5de1c5ba999dba7da45316d3c1f2592c0e0e4804.tar.gz
agni-5de1c5ba999dba7da45316d3c1f2592c0e0e4804.zip
Rearranged code for more IPC protocols
Diffstat (limited to 'tbl_qcmd.h')
-rw-r--r--tbl_qcmd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tbl_qcmd.h b/tbl_qcmd.h
index 26f805e..6bf799a 100644
--- a/tbl_qcmd.h
+++ b/tbl_qcmd.h
@@ -15,6 +15,10 @@
#define EXEC_CURRENT 0 //executes in current thread
#define EXEC_SEPERATE 1 //executes in seperate thread
+#define TBL_T_SIMPLE 0 //simple command that just passes params to callback nothing else
+#define TBL_T_RPC 1 //send more params and uses rpc for command
+#define TBL_T_LUA 2 //send commands to lua interpreter
+
/*
Fields:
*/