NewMadeleine

Documentation

nm_req_chunk_s Struct Reference

a chunk of request More...

#include <nm_core_interface.h>

Collaboration diagram for nm_req_chunk_s:

Public Member Functions

 PUK_LIST_LINK (nm_req_chunk)
 

Data Fields

struct nm_core_task_s core_task
 
struct nm_req_sp_req
 link to insert the req chunk as a core task More...
 
nm_len_t chunk_len
 length of the chunk More...
 
nm_len_t chunk_offset
 offset of the chunk relative to the full data in the req More...
 
nm_proto_t proto_flags
 pre-computed proto flags More...
 
struct nm_data_properties_s chunk_props
 properties of the data chunk More...
 

Detailed Description

a chunk of request

Definition at line 385 of file nm_core_interface.h.

Member Function Documentation

◆ PUK_LIST_LINK()

nm_req_chunk_s::PUK_LIST_LINK ( nm_req_chunk  )

Field Documentation

◆ chunk_len

nm_len_t nm_req_chunk_s::chunk_len

◆ chunk_offset

nm_len_t nm_req_chunk_s::chunk_offset

offset of the chunk relative to the full data in the req

Definition at line 391 of file nm_core_interface.h.

Referenced by nm_req_chunk_destroy(), nm_req_chunk_init(), and nm_tactic_req_is_short().

◆ chunk_props

struct nm_data_properties_s nm_req_chunk_s::chunk_props

properties of the data chunk

Definition at line 393 of file nm_core_interface.h.

Referenced by nm_req_chunk_init(), and nm_tactic_req_data_max_size().

◆ core_task

struct nm_core_task_s nm_req_chunk_s::core_task

Definition at line 388 of file nm_core_interface.h.

Referenced by nm_req_chunk_submit().

◆ p_req

struct nm_req_s* nm_req_chunk_s::p_req

link to insert the req chunk as a core task

the request this chunk belongs to

Definition at line 389 of file nm_core_interface.h.

Referenced by nm_req_chunk_destroy(), nm_req_chunk_init(), nm_req_chunk_submit(), nm_tactic_req_data_density(), and nm_tactic_req_is_short().

◆ proto_flags

nm_proto_t nm_req_chunk_s::proto_flags

pre-computed proto flags

Definition at line 392 of file nm_core_interface.h.

Referenced by nm_req_chunk_init(), and nm_tactic_req_is_short().


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