#include "test/core/bad_ssl/server_common.h"
#include <signal.h>
#include <grpc/support/log.h>
#include "test/core/util/cmdline.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Functions | |
const char * | bad_ssl_addr (int argc, char **argv) |
void | bad_ssl_run (grpc_server *server) |
static void | sigint_handler (int) |
Variables | |
static int | got_sigint = 0 |
Definition at line 37 of file server_common.cc.
void bad_ssl_run | ( | grpc_server * | server | ) |
Definition at line 48 of file server_common.cc.
|
static |
Definition at line 35 of file server_common.cc.
|
static |
Definition at line 33 of file server_common.cc.