1 /*
2 * Copyright 2015 Nexenta Systems, Inc. All rights reserved.
3 */
4
5 #ifndef _SYS_SYSEVENT_KRRP_H
6 #define _SYS_SYSEVENT_KRRP_H
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 #define KRRP_EVENT_CHANNEL "com.nexenta:krrp"
13 #define KRRP_EVENT_VENDOR "com.nexenta"
14 #define KRRP_EVENT_PUBLISHER "krrp"
15
16 #define EC_KRRP "EC_krrp"
17
18 #define ESC_KRRP_SESS_SEND_DONE "ESC_KRRP_sess_send_done"
19 #define ESC_KRRP_SESS_ERROR "ESC_KRRP_sess_error"
20 #define ESC_KRRP_SERVER_ERROR "ESC_KRRP_server_error"
21
22 #ifdef __cplusplus
23 }
24 #endif
25
26 #endif /* _SYS_SYSEVENT_KRRP_H */