summaryrefslogtreecommitdiff
path: root/ipc.cpp
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2020-07-11 12:13:59 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2020-07-11 12:13:59 -0300
commite450b0d47e9d05a806769d096646d723845e0ba2 (patch)
tree68b43e458651ea393c7d0774907aec0200d234c6 /ipc.cpp
parentf1ad05bb486ec49f576580cda8e6c9a9a8b92317 (diff)
downloadjet-e450b0d47e9d05a806769d096646d723845e0ba2.tar.gz
jet-e450b0d47e9d05a806769d096646d723845e0ba2.zip
Make client side ipc binary
Diffstat (limited to 'ipc.cpp')
-rw-r--r--ipc.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/ipc.cpp b/ipc.cpp
new file mode 100644
index 0000000..7b6ea5d
--- /dev/null
+++ b/ipc.cpp
@@ -0,0 +1,15 @@
+enum Operation {
+ OP_I1,
+ OP_I2,
+ OP_I4,
+ OP_I8,
+ OP_U1,
+ OP_U2,
+ OP_U4,
+ OP_U8,
+ OP_STR,
+ OP_MOVE,
+ OP_INSERT,
+ OP_DELETE,
+ OP_SHOW
+};