summaryrefslogtreecommitdiffstats
path: root/ksirc/control_message.h
blob: cae8dd1b2223772c2d46f3f7a3451fc03b0b31f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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