#include "syslog-ng.h"#include "logqueue.h"#include "template/globals.h"#include "logmsg/logmsg.h"#include "messages.h"#include "logpipe.h"#include "logqueue-disk.h"#include "logqueue-disk-reliable.h"#include "logqueue-disk-non-reliable.h"#include "logmsg/logmsg-serialize.h"#include "scratch-buffers.h"#include "mainloop.h"#include "pathutils.h"#include "persist-state.h"#include <stdio.h>#include <string.h>#include <stdlib.h>#include <unistd.h>#include <sys/stat.h>#include <fcntl.h>
Functions | |
| void | usage (void) |
| void | version (void) |
| int | main (int argc, char *argv[]) |
Variables | |
| gchar * | template_string |
| gchar * | new_diskq_path |
| gchar * | persist_file_path |
| gchar * | assign_persist_name |
| gboolean | relocate_all |
| gboolean | display_version |
| gboolean | assign_help |
| gboolean | truncate_confirm |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void usage | ( | void | ) |
| void version | ( | void | ) |
| gboolean assign_help |
| gchar* assign_persist_name |
| const gchar* description |
| gboolean display_version |
| const gchar* mode |
| gchar* new_diskq_path |
| const GOptionEntry* options |
| gchar* persist_file_path |
| gboolean relocate_all |
| gchar* template_string |
| gboolean truncate_confirm |