UbixOS V2  2.0
sys_mpiFetchMessage_args Struct Reference

#include <sysproto.h>

Collaboration diagram for sys_mpiFetchMessage_args:
Collaboration graph

Data Fields

const void * msg
 
char msg_l_ [0]
 
char msg_r_ [(sizeof(register_t)<=sizeof(const void *) ? 0 :sizeof(register_t) - sizeof(const void *))]
 
char * name
 
char name_l_ [0]
 
char name_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))]
 

Detailed Description

Definition at line 59 of file sysproto.h.

Field Documentation

◆ msg

const void* sys_mpiFetchMessage_args::msg

Definition at line 64 of file sysproto.h.

Referenced by sys_mpiFetchMessage().

◆ msg_l_

char sys_mpiFetchMessage_args::msg_l_[0]

Definition at line 63 of file sysproto.h.

◆ msg_r_

char sys_mpiFetchMessage_args::msg_r_[(sizeof(register_t)<=sizeof(const void *) ? 0 :sizeof(register_t) - sizeof(const void *))]

Definition at line 65 of file sysproto.h.

◆ name

char* sys_mpiFetchMessage_args::name

Definition at line 61 of file sysproto.h.

Referenced by sys_mpiFetchMessage().

◆ name_l_

char sys_mpiFetchMessage_args::name_l_[0]

Definition at line 60 of file sysproto.h.

◆ name_r_

char sys_mpiFetchMessage_args::name_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))]

Definition at line 62 of file sysproto.h.


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