#include "file_reader.h"#include "loggen_helper.h"#include <stdio.h>#include <sys/types.h>#include <unistd.h>#include <string.h>

Functions | |
| GOptionEntry * | get_file_reader_options (void) |
| int | init_file_reader (int nr_threads) |
| void | close_file_reader (int nr_threads) |
| int | calc_linelen (const char *buf, int buflen) |
| int | read_next_message_from_file (char *buf, int buflen, int syslog_proto, int thread_index) |
Variables | |
| FILE ** | source |
| int calc_linelen | ( | const char * | buf, |
| int | buflen | ||
| ) |
| void close_file_reader | ( | int | nr_threads | ) |
| GOptionEntry* get_file_reader_options | ( | void | ) |
| int init_file_reader | ( | int | nr_threads | ) |
| int read_next_message_from_file | ( | char * | buf, |
| int | buflen, | ||
| int | syslog_proto, | ||
| int | thread_index | ||
| ) |
| FILE** source |