summaryrefslogtreecommitdiff
path: root/ipc.cpp
diff options
context:
space:
mode:
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
+};