yumapro
24.10-2
YumaPro SDK
|
Moint Point Instance This struct lives in a val_value_t.val_extra struct. More...
#include <ncxtypes.h>
Data Fields | |
dlq_hdr_t | qhdr |
queue header | |
dlq_hdr_t | anckeyQ |
Q of malloced val_value_t; 1 entry for each key leaf includes the ancestor keys. | |
struct val_value_t_ * | valroot |
Backptr to the value node that contains this MPID This is a SIL only field. More... | |
ncx_backptr_t | backptr |
inline backptr used to store this MPID in the rootcb->mpidQ. More... | |
boolean | backptr_queued |
flag to indicate the backptr is actually in a rootcb->mpidQ. More... | |
xmlChar * | module |
Set for SIL-SA ONLY: module name for the mount point This is a malloced string. | |
xmlChar * | label |
Set for SIL-SA ONLY: label for the mount point This is a malloced string. | |
xmlChar * | objpath |
Set for SIL-SA ONLY: path string for the object template This is a malloced string. | |
Moint Point Instance This struct lives in a val_value_t.val_extra struct.
It is created when the val_value_t is parsed and created This is used by internal code and SIL code to identify the ancestor keys above the mount point.
ncx_backptr_t backptr |
inline backptr used to store this MPID in the rootcb->mpidQ.
The rootcb is stored in the obj_template_t for the SM root object. This is not used in SIL-SA.
boolean backptr_queued |
flag to indicate the backptr is actually in a rootcb->mpidQ.
This is not used in SIL-SA.
struct val_value_t_* valroot |
Backptr to the value node that contains this MPID This is a SIL only field.
The SIL-SA version will be NULL