#include <signal.h>
#include <condition_variable>
#include <memory>
#include <mutex>
#include <sstream>
#include "absl/flags/flag.h"
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpcpp/server.h>
#include <grpcpp/server_builder.h>
#include <grpcpp/server_context.h>
#include "src/proto/grpc/testing/empty.pb.h"
#include "src/proto/grpc/testing/messages.pb.h"
#include "src/proto/grpc/testing/test.grpc.pb.h"
#include "test/core/util/reconnect_server.h"
#include "test/cpp/util/test_config.h"
Go to the source code of this file.
◆ ABSL_FLAG() [1/2]
ABSL_FLAG |
( |
int32_t |
, |
|
|
control_port |
, |
|
|
0 |
, |
|
|
"Server port for controlling the server." |
|
|
) |
| |
◆ ABSL_FLAG() [2/2]
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ RunServer()
◆ sigint_handler()
static void sigint_handler |
( |
int |
| ) |
|
|
static |
◆ got_sigint