#include <libraries/attnmgr/dml/attn_dml_prv.h>
Data Fields | |
AlpAttnDmlItemType | itemType |
AlpLuid | itemLuid |
LUID to reference row in ALERTS table. | |
char * | source |
alert source app id | |
char * | name |
alert type name | |
char * | handle |
string handle to refer to item | |
int32_t | priority |
attention manager priority | |
int32_t | duration |
Duration of alert, zero means no duration. | |
int32_t | pending |
alert has yet to be seen | |
uint32_t | attributes |
Attr controlling disposition of alert. | |
uid_t | userId |
User Id of alert source. | |
gid_t | groupId |
Group Id of alert source. | |
time_t | created |
time alert was posted | |
time_t | updated |
time alert was posted | |
uint32_t | pcount |
number of properties in the list | |
AlpAttnPropType * | plist |
list of property item associated with this alert |
|
Attr controlling disposition of alert.
|
|
time alert was posted
|
|
Duration of alert, zero means no duration.
|
|
Group Id of alert source.
|
|
string handle to refer to item
|
|
LUID to reference row in ALERTS table.
|
|
|
|
alert type name
|
|
number of properties in the list
|
|
alert has yet to be seen
|
|
list of property item associated with this alert
|
|
attention manager priority
|
|
alert source app id
|
|
time alert was posted
|
|
User Id of alert source.
|