an incoming rpc request More...
#include <nm_rpc_private.h>

Public Member Functions | |
| PUK_LIST_LINK (nm_rpc_token) | |
Data Fields | |
| nm_sr_request_t | request |
| the sr request used for the full rpc_body_data | |
| struct nm_datav_s | headerv |
| struct nm_datav_s | bodyv |
| struct nm_rpc_service_s * | p_service |
| service this token belongs to | |
| void * | ref |
| user ref for the token | |
| int | delayed |
| if set to 1, unpack data later | |
| nm_cond_status_t | done |
| nm_rpc_token_s::PUK_LIST_LINK | ( | nm_rpc_token | ) |
| struct nm_datav_s nm_rpc_token_s::bodyv |
Definition at line 48 of file nm_rpc_private.h.
Referenced by nm_rpc_irecv_body_data(), and nm_rpc_recv_header_data().
| int nm_rpc_token_s::delayed |
if set to 1, unpack data later
Definition at line 51 of file nm_rpc_private.h.
Referenced by nm_rpc_token_delay().
| nm_cond_status_t nm_rpc_token_s::done |
Definition at line 52 of file nm_rpc_private.h.
| struct nm_datav_s nm_rpc_token_s::headerv |
Definition at line 47 of file nm_rpc_private.h.
Referenced by nm_rpc_recv_header_data().
| struct nm_rpc_service_s* nm_rpc_token_s::p_service |
service this token belongs to
Definition at line 49 of file nm_rpc_private.h.
Referenced by nm_rpc_get_service(), and nm_rpc_recv_header_data().
| void* nm_rpc_token_s::ref |
user ref for the token
Definition at line 50 of file nm_rpc_private.h.
Referenced by nm_rpc_token_get_ref(), and nm_rpc_token_set_ref().
| nm_sr_request_t nm_rpc_token_s::request |
the sr request used for the full rpc_body_data
Definition at line 46 of file nm_rpc_private.h.
Referenced by nm_rpc_get_source(), nm_rpc_get_tag(), and nm_rpc_recv_header_data().