Alive thread implemented

This commit is contained in:
2026-04-11 09:50:59 +02:00
parent 8e5381fda2
commit 52aa0cac10
10 changed files with 215 additions and 31 deletions

View File

@@ -30,7 +30,9 @@
#define CMD_INFO 27 // arguments: none
#define CMD_SET_ICON 28 // arguments: wv: int, icon:string (absolute filename to icon in png/jpg/svg)
#define CMD_NOOP 33621
#define RESULT_QUIT 36379
#define CMD_ALIVE_QUIT -38383
#endif // RKT_PROTOCOL_H