EM-ODP 4.4.0
Event Machine on ODP
Loading...
Searching...
No Matches
eo_local_func_call_param_t Struct Reference
Collaboration diagram for eo_local_func_call_param_t:

Data Fields

eo_elem_teo_elem
 
queue_elem_tq_elem
 
int delete_queues
 
uint64_t ev_id
 
void(* f_done_callback )(void *arg_ptr)
 
int num_notif
 
const em_notif_tnotif_tbl
 
bool sync_operation
 

Detailed Description

Params for eo_local_func_call_req(). Init params with eo_local_func_call_param_init() before usage.

Definition at line 72 of file em_eo.c.

Field Documentation

◆ delete_queues

int eo_local_func_call_param_t::delete_queues

Definition at line 75 of file em_eo.c.

◆ eo_elem

eo_elem_t* eo_local_func_call_param_t::eo_elem

Definition at line 73 of file em_eo.c.

◆ ev_id

uint64_t eo_local_func_call_param_t::ev_id

Definition at line 76 of file em_eo.c.

◆ f_done_callback

void(* eo_local_func_call_param_t::f_done_callback) (void *arg_ptr)

Definition at line 77 of file em_eo.c.

◆ notif_tbl

const em_notif_t* eo_local_func_call_param_t::notif_tbl

Definition at line 79 of file em_eo.c.

◆ num_notif

int eo_local_func_call_param_t::num_notif

Definition at line 78 of file em_eo.c.

◆ q_elem

queue_elem_t* eo_local_func_call_param_t::q_elem

Definition at line 74 of file em_eo.c.

◆ sync_operation

bool eo_local_func_call_param_t::sync_operation

Definition at line 80 of file em_eo.c.


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