#include "config.h"#include <unistd.h>#include <ctype.h>#include <iostream>#include <string>#include <vector>#include "asserts.h"#include "error.h"#include "estring.h"#include "fs.h"#include "rconfig.h"#include "timer.h"#include "logger.h"#include "archiver.h"Include dependency graph for archiver.cc:

Go to the source code of this file.
Variables | |
| rstat | rsync_estat_str |
| archive_manager | archiver |
| The global archive manager. | |
The global archive manager.
Definition at line 1514 of file archiver.cc.
Referenced by archive_manager::archive_manager(), main(), job_archiver::mf_do_chores(), and test_rvm().
| class rstat rsync_estat_str |
Definition at line 111 of file archiver.cc.
Referenced by job_archiver::mf_do_chores(), and jobs_report::write_report().
1.5.1