summaryrefslogtreecommitdiffstats
path: root/ksirc/control_message.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/control_message.h')
-rw-r--r--ksirc/control_message.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/ksirc/control_message.h b/ksirc/control_message.h
new file mode 100644
index 00000000..cae8dd1b
--- /dev/null
+++ b/ksirc/control_message.h
@@ -0,0 +1,15 @@
+#ifndef CONTROL_MESSAGE_H
+#define CONTROL_MESSAGE_H
+
+ // 001 is change channel
+ // 002 is stop writting to mainw
+ // 003 is resume updating mainw and flush buffer
+
+#define CHANGE_CHANNEL 001
+#define STOP_UPDATES 002
+#define RESUME_UPDATES 003
+#define REREAD_CONFIG 004
+#define SET_LAG 005
+#define RESET_NOTIF 006
+
+#endif