nm_matching_wildcard_s Struct Reference
struct to store matching info for wildcard requests, one per session More...
#include <nm_tags.h>
Data Fields | |
| struct nm_req_list_s | unpacks |
| list of wildcards unpacks; non-wildcard unpacks are in nm_gtag_s | |
| struct nm_unexpected_wildcard_list_s | unexpected |
| global list of unexpected chunks | |
Detailed Description
struct to store matching info for wildcard requests, one per session
Field Documentation
◆ unexpected
| struct nm_unexpected_wildcard_list_s nm_matching_wildcard_s::unexpected |
global list of unexpected chunks
Definition at line 128 of file nm_tags.h.
Referenced by nm_matching_wildcard_ctor(), and nm_matching_wildcard_dtor().
◆ unpacks
| struct nm_req_list_s nm_matching_wildcard_s::unpacks |
list of wildcards unpacks; non-wildcard unpacks are in nm_gtag_s
Definition at line 127 of file nm_tags.h.
Referenced by nm_matching_wildcard_ctor().
The documentation for this struct was generated from the following file: