yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
getcb_get2_getbulk_t Struct Reference

GET2 getbulk struct This is only used for YANG list objects to produce N getnext entries at a time. More...

#include <getcb.h>

Data Fields

dlq_hdr_t qhdr
 will be added to a queue
 
dlq_hdr_t return_keyQ
 Q of malloced val_value_t.
 
dlq_hdr_t return_valQ
 Q of malloced val_value_t.
 

Detailed Description

GET2 getbulk struct This is only used for YANG list objects to produce N getnext entries at a time.

The max for N is set by the –sil-getbulk-max CLI parameter and stored in the profile->agt_getbulk_max field Each getbulk is 1 list entry returned

  • return_keyQ contains the leaf val_value_t for the keys
  • return_valQ contains the terminal val_value_t requested values for the list entry

The documentation for this struct was generated from the following file: