|
Data Structures |
struct | _AlpAttnConnectionEntry |
Defines |
#define | ALP_ATTNMGRD_DEF_PIDFILE _PATH_VARRUN "attnmgr" |
#define | ALP_ATTNMGRD_APPID_ALERT "bar:com.access.apps.attn_alert" |
#define | ALP_ATTNMGRD_APPID_SELF "bar:com.access.services.attnmgr" |
#define | ALP_ATTNMGRD_NOTIFYID_SELF "attnmgrd" |
#define | ALP_ATTN_PRIORITY_TRIGGER 3 |
Typedefs |
typedef _AlpAttnConnectionEntry | AlpAttnConnectionEntry |
Functions |
alp_status_t | alp_attnmgrd_db_setup (const char *directory, const char *filename, bool debug) |
void | alp_attnmgrd_db_teardown (void) |
void | alp_attnmgrd_ipc_setup (const char *channel) |
void | alp_attnmgrd_ipc_teardown (void) |
void | alp_attnmgrd_process_post_alert (AlpConnection *connection, AlpMessage *message, AlpDmlItemH itemH, gint procId, gint userId, gint groupId) |
void | alp_attnmgrd_process_update_alert (AlpConnection *connection, AlpMessage *message, AlpDmlItemH itemH) |
void | alp_attnmgrd_process_delete_alert (AlpConnection *connection, AlpMessage *message, AlpDmlItemH itemH) |
Variables |
AlpDmlH | gAlpAttnMgrDDmlH |
bool | gAlpAttnMgrDDebug |
bool | gAlpAttnMgrDTest |