syslog-ng source
poll-multiline-file-changes.c File Reference
#include "syslog-ng.h"
#include "poll-multiline-file-changes.h"
#include "messages.h"
#include <iv.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
Include dependency graph for poll-multiline-file-changes.c:

Classes

struct  PollMultilineFileChanges
 

Functions

PollEvents * poll_multiline_file_changes_new (gint fd, const gchar *follow_filename, gint follow_freq, gint multi_line_timeout, FileReader *reader)
 

Function Documentation

◆ poll_multiline_file_changes_new()

PollEvents* poll_multiline_file_changes_new ( gint  fd,
const gchar *  follow_filename,
gint  follow_freq,
gint  multi_line_timeout,
FileReader *  reader 
)