#include <stdio.h>#include <pthread.h>#include <sys/types.h>#include <sys/wait.h>#include "share.h"#include "execute.h"#include "fetch.h"#include "lockfile.h"#include "md5.h"#include "readconfig.h"#include "replace_fields.h"#include "signal.h"Go to the source code of this file.
Defines | |
| #define | FETCH_BUFFER_SIZE 10240 |
| #define | WRITE_BUFFER_SIZE 100 |
Functions | |
| int | main (void) |
Variables | |
| char * | home |
|
|
|
|
|
|
|
|
Definition at line 41 of file rssbgr.c. References check_lockfile(), config_items_count, CONFIGFILE, configfile, create_lockfile(), DEBUG1, DEBUG2, DIE, DIRECTORY, directory, fetch_thread(), home, i_am, I_AM_CHILD, I_AM_GRANDCHILD, I_AM_PARENT, LOCKFILE, lockfile, PATH_MAX, readconfig(), and set_signal_handlers(). |
|
|
|
1.3.6