#include "testutil.hpp"
#include <unistd.h>
Go to the source code of this file.
Macros | |
#define | NUM_MESSAGES 5 |
#define | TIMEOUT_SECS 5 |
Functions | |
int | main (void) |
Variables | |
const char * | address = "tcp://127.0.0.1:6571" |
#define NUM_MESSAGES 5 |
Definition at line 8 of file builds/zos/test_fork.cpp.
#define TIMEOUT_SECS 5 |
Definition at line 9 of file builds/zos/test_fork.cpp.
int main | ( | void | ) |
Definition at line 11 of file builds/zos/test_fork.cpp.
const char* address = "tcp://127.0.0.1:6571" |
Definition at line 6 of file builds/zos/test_fork.cpp.