NewMadeleine

Documentation

« back to PM2 home.
nm_onesided_header_s Struct Reference

header used on the wire for onesided requests More...

#include <nm_onesided_private.h>

Data Fields

uintptr_t addr
 remote address (or queue id for enqueue)
 
nm_len_t size
 size of the onsided data (not incuding target-side completion)
 
nm_onesided_flag_t flags
 
nm_seq_t seq
 seq number for target-side completion
 
uint8_t target_size
 size of target-side completion data
 

Detailed Description

header used on the wire for onesided requests

Definition at line 41 of file nm_onesided_private.h.

Field Documentation

◆ addr

uintptr_t nm_onesided_header_s::addr

remote address (or queue id for enqueue)

Definition at line 43 of file nm_onesided_private.h.

◆ flags

nm_onesided_flag_t nm_onesided_header_s::flags

Definition at line 45 of file nm_onesided_private.h.

◆ seq

nm_seq_t nm_onesided_header_s::seq

seq number for target-side completion

Definition at line 46 of file nm_onesided_private.h.

◆ size

nm_len_t nm_onesided_header_s::size

size of the onsided data (not incuding target-side completion)

Definition at line 44 of file nm_onesided_private.h.

◆ target_size

uint8_t nm_onesided_header_s::target_size

size of target-side completion data

Definition at line 47 of file nm_onesided_private.h.


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