From 5c329efca8fbacb7e8801092ae6d15e8ede339ec Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 24 Sep 2015 10:56:38 -0700 Subject: Remove docs from master --- .../html/channel__connectivity_8c.html | 232 --------------------- 1 file changed, 232 deletions(-) delete mode 100644 doc/ref/core.internal/html/channel__connectivity_8c.html (limited to 'doc/ref/core.internal/html/channel__connectivity_8c.html') diff --git a/doc/ref/core.internal/html/channel__connectivity_8c.html b/doc/ref/core.internal/html/channel__connectivity_8c.html deleted file mode 100644 index 48df885593..0000000000 --- a/doc/ref/core.internal/html/channel__connectivity_8c.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - -GRPC Core: src/core/surface/channel_connectivity.c File Reference - - - - - - - - - -
-
- - - - - - -
-
GRPC Core -  0.11.0.0 -
-
-
- - - - - - - - - -
- -
- - -
-
- -
-
channel_connectivity.c File Reference
-
-
- - - - -

-Data Structures

struct  state_watcher
 
- - - -

-Enumerations

enum  callback_phase { WAITING, -CALLING_BACK, -CALLING_BACK_AND_FINISHED, -CALLED_BACK - }
 
- - - - - - - -

-Functions

grpc_connectivity_state grpc_channel_check_connectivity_state (grpc_channel *channel, int try_to_connect)
 Check the connectivity state of a channel. More...
 
void grpc_channel_watch_connectivity_state (grpc_channel *channel, grpc_connectivity_state last_observed_state, gpr_timespec deadline, grpc_completion_queue *cq, void *tag)
 Watch for a change in connectivity state. More...
 
-

Enumeration Type Documentation

- -
-
- - - - -
enum callback_phase
-
- - - - - -
Enumerator
WAITING  -
CALLING_BACK  -
CALLING_BACK_AND_FINISHED  -
CALLED_BACK  -
- -
-
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - -
grpc_connectivity_state grpc_channel_check_connectivity_state (grpc_channelchannel,
int try_to_connect 
)
-
- -

Check the connectivity state of a channel.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void grpc_channel_watch_connectivity_state (grpc_channelchannel,
grpc_connectivity_state last_observed_state,
gpr_timespec deadline,
grpc_completion_queuecq,
void * tag 
)
-
- -

Watch for a change in connectivity state.

-

Once the channel connectivity state is different from last_observed_state, tag will be enqueued on cq with success=1. If deadline expires BEFORE the state is changed, tag will be enqueued on cq with success=0.

- -
-
-
- - - - -- cgit v1.2.3