NewMadeleine

Documentation

nm_mcast_req_s Struct Reference

A multicast send request. More...

#include <nm_mcast_interface.h>

Data Fields

nm_cond_status_t cond_mcast_ended
 
int initialized
 
nm_mcast_send_notifier_t p_notifier
 notification function to call uppon mcast completion More...
 
void * p_notifier_ref
 user-supplied parameter for the notifier More...
 
nm_mcast_service_t p_mcast_service
 

Detailed Description

A multicast send request.

Definition at line 62 of file nm_mcast_interface.h.

Field Documentation

◆ cond_mcast_ended

nm_cond_status_t nm_mcast_req_s::cond_mcast_ended

Definition at line 64 of file nm_mcast_interface.h.

◆ initialized

int nm_mcast_req_s::initialized

just to be sure nm_mcast_send_init was called

Definition at line 65 of file nm_mcast_interface.h.

◆ p_mcast_service

nm_mcast_service_t nm_mcast_req_s::p_mcast_service

Definition at line 68 of file nm_mcast_interface.h.

◆ p_notifier

nm_mcast_send_notifier_t nm_mcast_req_s::p_notifier

notification function to call uppon mcast completion

Definition at line 66 of file nm_mcast_interface.h.

◆ p_notifier_ref

void* nm_mcast_req_s::p_notifier_ref

user-supplied parameter for the notifier

Definition at line 67 of file nm_mcast_interface.h.


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