From e450b0d47e9d05a806769d096646d723845e0ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Sat, 11 Jul 2020 12:13:59 -0300 Subject: Make client side ipc binary --- ipc.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ipc.cpp (limited to 'ipc.cpp') 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 +}; -- cgit v1.2.3