#include "config.h"#include <iostream>#include <string>#include <cassert>#include <unistd.h>#include <errno.h>#include "asserts.h"#include "types.h"#include "error.h"#include "estring.h"#include "fs.h"#include "tstamp.h"#include "rconfig.h"#include "test-rconfig-setup.h"Include dependency graph for test-rconfig-043.cc:

Go to the source code of this file.
Defines | |
| #define | ERR_OUT(e) std::cerr << e; |
Functions | |
| void | test (void) |
| int | main (int argc, char *argv[]) |
| #define ERR_OUT | ( | e | ) | std::cerr << e; |
Definition at line 22 of file test-rconfig-043.cc.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 109 of file test-rconfig-043.cc.
References cleanup(), err_unknown, setup(), and test().
Here is the call graph for this function:

| void test | ( | void | ) |
Definition at line 25 of file test-rconfig-043.cc.
References config, job::connection_local, job::connection_server, configuration_manager::default_file(), configuration_manager::default_job(), configuration_manager::default_logdir(), rsync_behavior::default_value(), ERR_OUT, rsync_behavior::fail, job::groupname, job::hostname, configuration_manager::init(), configuration_manager::jobs(), rsync_behavior::map_value(), rsync_behavior::ok, rsync_behavior::retry, rsync_behavior::retry_without_hardlinks, job::rsync_behavior, job::rsync_connection, job::rsync_hardlink, job::rsync_options, job::rsync_remote_port, and job::rsync_remote_user.
Here is the call graph for this function:

1.5.1