syslog-ng source
poll-file-changes.h File Reference
#include "poll-events.h"
#include "file-reader.h"
#include <iv.h>
Include dependency graph for poll-file-changes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PollFileChanges
 

Functions

PollEvents * poll_file_changes_new (gint fd, const gchar *follow_filename, gint follow_freq, FileReader *reader)
 
void poll_file_changes_init_instance (PollFileChanges *self, gint fd, const gchar *follow_filename, gint follow_freq, FileReader *reader)
 
void poll_file_changes_update_watches (PollEvents *s, GIOCondition cond)
 
void poll_file_changes_stop_watches (PollEvents *s)
 
void poll_file_changes_free (PollEvents *s)
 

Function Documentation

◆ poll_file_changes_free()

void poll_file_changes_free ( PollEvents *  s)

◆ poll_file_changes_init_instance()

void poll_file_changes_init_instance ( PollFileChanges *  self,
gint  fd,
const gchar *  follow_filename,
gint  follow_freq,
FileReader *  reader 
)

◆ poll_file_changes_new()

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

◆ poll_file_changes_stop_watches()

void poll_file_changes_stop_watches ( PollEvents *  s)

◆ poll_file_changes_update_watches()

void poll_file_changes_update_watches ( PollEvents *  s,
GIOCondition  cond 
)