#include <assert.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <string>
#include <vector>
#include "absl/flags/flag.h"
#include "absl/strings/str_cat.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/iomgr/socket_utils_posix.h"
#include "test/core/util/port.h"
#include "test/cpp/util/test_config.h"
Go to the source code of this file.
◆ ABSL_FLAG() [1/2]
ABSL_FLAG |
( |
std::vector< std::string > |
, |
|
|
extra_client_flags |
, |
|
|
{} |
, |
|
|
"Extra flags to pass to clients." |
|
|
) |
| |
◆ ABSL_FLAG() [2/2]
ABSL_FLAG |
( |
std::vector< std::string > |
, |
|
|
extra_server_flags |
, |
|
|
{} |
, |
|
|
"Extra flags to pass to server." |
|
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ test_client()