summaryrefslogtreecommitdiffstats
path: root/solec.ksy
diff options
context:
space:
mode:
Diffstat (limited to 'solec.ksy')
-rw-r--r--solec.ksy8
1 files changed, 8 insertions, 0 deletions
diff --git a/solec.ksy b/solec.ksy
index 2a4a346..7117413 100644
--- a/solec.ksy
+++ b/solec.ksy
@@ -35,6 +35,11 @@ enums:
error_type:
0x01: auth_failed
+ 0x02: not_found
+
+ conn_type:
+ 0x01: user_conn
+ 0x02: server_conn
types:
string:
@@ -67,6 +72,9 @@ types:
type: u1
- id: proto_ver_minor
type: u1
+ - id: conn_type
+ type: u1
+ enum: conn_type
auth:
seq: