syslog-ng source
file-monitor-factory.c File Reference
#include "file-monitor-factory.h"
#include "notified-fd-events.h"
#include "poll-fd-events.h"
#include "poll-file-changes.h"
#include "poll-multiline-file-changes.h"
#include <string.h>
#include <stdio.h>
Include dependency graph for file-monitor-factory.c:

Functions

FollowMethod file_monitor_factory_follow_method_from_string (const gchar *method)
 
PollEvents * create_file_monitor_events (FileReader *self, FollowMethod file_follow_mode, gint fd)
 

Function Documentation

◆ create_file_monitor_events()

PollEvents* create_file_monitor_events ( FileReader *  self,
FollowMethod  file_follow_mode,
gint  fd 
)

◆ file_monitor_factory_follow_method_from_string()

FollowMethod file_monitor_factory_follow_method_from_string ( const gchar *  method)