yumapro
24.10-2
YumaPro SDK
|
SIL-SA added edit data structure. More...
#include <sil_sa_types.h>
Data Fields | |
dlq_hdr_t | qhdr |
queue header | |
uint32 | edit_index |
key leaf for edit list | |
op_editop_t | editop |
added edit operation | |
const xmlChar * | path |
path string for added edit | |
val_value_t * | newval |
new value for edit; backptr into start_request msg | |
val_value_t * | curval |
current value for edit; backptr into start_request msg | |
val_value_t * | update |
update value for edit; backptr into start_request msg | |
val_value_t * | keysval |
keys value for edit; backptr into start_request msg | |
obj_template_t * | cbobj |
child object for callback; backptr to callback object | |
boolean | apply_done |
apply phase done | |
boolean | hook_edit |
this is a hook edit flag | |
agt_hook_type_t | hook_type |
hook type if a hook edit | |
dlq_hdr_t | child_editQ |
Queue of EDIT2 children edits that will be used in the callback Q of sil_sa_child_edit_t. | |
SIL-SA added edit data structure.