#include <signal.h>
#include <chrono>
#include <thread>
#include <vector>
#include "absl/flags/flag.h"
#include <grpc/grpc.h>
#include <grpc/support/time.h>
#include "test/core/util/test_config.h"
#include "test/cpp/qps/qps_worker.h"
#include "test/cpp/util/test_config.h"
#include "test/cpp/util/test_credentials_provider.h"
Go to the source code of this file.
|
| ABSL_FLAG (int32_t, driver_port, 0, "Port for communication with driver") |
|
| ABSL_FLAG (int32_t, server_port, 0, "Port for operation as a server, if not specified by the server " "config message") |
|
| ABSL_FLAG (std::string, credential_type, grpc::testing::kInsecureCredentialsType, "Credential type for communication with driver") |
|
int | main (int argc, char **argv) |
|
void | grpc::testing::RunServer () |
|
static void | sigint_handler (int) |
|
◆ ABSL_FLAG() [1/3]
ABSL_FLAG |
( |
int32_t |
, |
|
|
driver_port |
, |
|
|
0 |
, |
|
|
"Port for communication with driver" |
|
|
) |
| |
◆ ABSL_FLAG() [2/3]
◆ ABSL_FLAG() [3/3]
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ sigint_handler()
static void sigint_handler |
( |
int |
| ) |
|
|
static |
◆ got_sigint