aqhome: added ipc message and calls to set acceptable msg groups for ipc endpoint.
this filters the messages which are copied to the ipc client.
This commit is contained in:
@@ -20,9 +20,10 @@
|
||||
#define AQH_IPC_PROTOCOL_VERSION 1
|
||||
|
||||
|
||||
#define AQH_MSGTYPE_IPC_FORWARD 0x100
|
||||
#define AQH_MSGTYPE_IPC_VALUE 0x200
|
||||
#define AQH_MSGTYPE_IPC_PING 0x300
|
||||
#define AQH_MSGTYPE_IPC_FORWARD 0x100
|
||||
#define AQH_MSGTYPE_IPC_VALUE 0x200
|
||||
#define AQH_MSGTYPE_IPC_PING 0x300
|
||||
#define AQH_MSGTYPE_IPC_SETACCMSGGRPS 0x400
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user