Public Attributes | |
union { | |
struct { | |
int called_back | |
int success | |
} api_callback_args | |
struct { | |
bg_watched_channel * bg | |
} continuous_watch_callback_args | |
} | op |
watch_state_op_type | op_type |
Definition at line 78 of file rb_channel.c.
struct { ... } watch_state_op::api_callback_args |
bg_watched_channel* watch_state_op::bg |
Definition at line 88 of file rb_channel.c.
int watch_state_op::called_back |
Definition at line 85 of file rb_channel.c.
struct { ... } watch_state_op::continuous_watch_callback_args |
union { ... } watch_state_op::op |
watch_state_op_type watch_state_op::op_type |
Definition at line 79 of file rb_channel.c.
int watch_state_op::success |
Definition at line 83 of file rb_channel.c.