diff options
Diffstat (limited to 'ipc.cpp')
-rw-r--r-- | ipc.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 +}; |