summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2009-01-24 13:49:30 +0100
committerTobias Klauser <tklauser@distanz.ch>2009-01-24 13:49:30 +0100
commit3b4c921404e913d3df3da898400f5b32a6ffc633 (patch)
tree8c35d2e18d862743eb42c9f6f3cdb159a2594d82
parenta247ef9e83192dd5197ab13abac57acea2c9971f (diff)
Lost in the mergefollowname
-rw-r--r--inotail.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/inotail.c b/inotail.c
index 9dae0b8..2756dd2 100644
--- a/inotail.c
+++ b/inotail.c
@@ -38,21 +38,15 @@
#include "inotail.h"
#define PROGRAM_NAME "inotail"
-/* inotify event buffer length for one file */
-#define INOTIFY_BUFLEN (4 * sizeof(struct inotify_event))
/* Print header with filename before tailing the file? */
static char verbose = 0;
-
/* Tailing relative to begin or end of file */
static char from_begin = 0;
-
/* Follow the file by name or by fd */
static enum follow_mode follow = FOLLOW_DESCRIPTOR;
-
/* Retry accessing the file if it got lost (e.g. deleted, moved) */
static char retry = 0;
-
/* Number of ignored files */
static int n_ignored = 0;