NewMadeleine

Documentation

« back to PM2 home.
nm_data_op_context_chunk_s Struct Reference

#include <nm_data.h>

Collaboration diagram for nm_data_op_context_chunk_s:

Data Fields

nm_len_t chunk_offset
 offset for begin of copy at destination
 
nm_len_t chunk_len
 length to copy
 
nm_len_t done
 offset done so far at destination
 
struct nm_data_op_sp_op
 operation to apply on chunk
 

Detailed Description

Definition at line 147 of file nm_data.h.

Field Documentation

◆ chunk_len

nm_len_t nm_data_op_context_chunk_s::chunk_len

length to copy

Definition at line 150 of file nm_data.h.

◆ chunk_offset

nm_len_t nm_data_op_context_chunk_s::chunk_offset

offset for begin of copy at destination

Definition at line 149 of file nm_data.h.

◆ done

nm_len_t nm_data_op_context_chunk_s::done

offset done so far at destination

Definition at line 151 of file nm_data.h.

◆ p_op

struct nm_data_op_s* nm_data_op_context_chunk_s::p_op

operation to apply on chunk

Definition at line 152 of file nm_data.h.


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