aboutsummaryrefslogtreecommitdiff
path: root/src/include/opcodes.h
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-01-09 16:32:55 -0800
committerPreston Pan <ret2pop@gmail.com>2025-01-09 16:32:55 -0800
commitef9ab1fd141f4057d41f2d6ed8ab8d67c44894d5 (patch)
treee4005b7a641303b021eb54c2aae5676b5f92a72d /src/include/opcodes.h
parent1fd608288ee47c2c560817f12f14b21069fed2f6 (diff)
save stateHEADmain
Diffstat (limited to 'src/include/opcodes.h')
-rw-r--r--src/include/opcodes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/opcodes.h b/src/include/opcodes.h
index ff8400f..9456574 100644
--- a/src/include/opcodes.h
+++ b/src/include/opcodes.h
@@ -2,6 +2,7 @@
#define OPCODES_H
typedef enum {
+ CO_OK,
CO_NOP,
CO_JN, /* join */
CO_DM,
@@ -27,7 +28,8 @@ typedef enum {
} copcode_t;
typedef enum {
- SO_SUCCESS,
+ SO_OK,
+ SO_ULOG, /* update client log state */
SO_FAIL_PARSE,
SO_FAIL_NOPERM,
SO_FAIL_USER_TAKEN,