#include <string.h>
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/iomgr/closure.h"
#include "src/core/lib/surface/channel.h"
#include "src/core/lib/transport/transport.h"
#include "test/core/end2end/cq_verifier.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Classes | |
class | Watcher |
Functions | |
static void | do_nothing (void *, grpc_error_handle) |
int | main (int argc, char **argv) |
static void * | tag (intptr_t t) |
void | test_transport_op (grpc_channel *channel) |
Variables | |
static grpc_closure | transport_op_cb |
|
static |
Definition at line 44 of file lame_client_test.cc.
Definition at line 60 of file lame_client_test.cc.
|
static |
Definition at line 40 of file lame_client_test.cc.
void test_transport_op | ( | grpc_channel * | channel | ) |
Definition at line 46 of file lame_client_test.cc.
|
static |
Definition at line 42 of file lame_client_test.cc.