Public Attributes | List of all members
watch_state_op Struct Reference

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
 

Detailed Description

Definition at line 78 of file rb_channel.c.

Member Data Documentation

◆ api_callback_args

struct { ... } watch_state_op::api_callback_args

◆ bg

bg_watched_channel* watch_state_op::bg

Definition at line 88 of file rb_channel.c.

◆ called_back

int watch_state_op::called_back

Definition at line 85 of file rb_channel.c.

◆ continuous_watch_callback_args

struct { ... } watch_state_op::continuous_watch_callback_args

◆ op

union { ... } watch_state_op::op

◆ op_type

watch_state_op_type watch_state_op::op_type

Definition at line 79 of file rb_channel.c.

◆ success

int watch_state_op::success

Definition at line 83 of file rb_channel.c.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:50