summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlaforge <laforge>2005-10-08 08:47:15 +0000
committerlaforge <laforge>2005-10-08 08:47:15 +0000
commitca4c6b7d76c5c910e46a7133189c3709761930cc (patch)
tree3014f24a44a1a308260aa2c21e74b44cb79adb19 /include
parenta7fe2cefcec714915e7951b2dba92e89b49e087e (diff)
remvoe unneeded structure members
Diffstat (limited to 'include')
-rw-r--r--include/ulogd/ulogd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ulogd/ulogd.h b/include/ulogd/ulogd.h
index 13da05b..6abc593 100644
--- a/include/ulogd/ulogd.h
+++ b/include/ulogd/ulogd.h
@@ -68,8 +68,6 @@
#define ULOGD_ERROR 7 /* error condition, requires user action */
#define ULOGD_FATAL 8 /* fatal, program aborted */
-//extern FILE *logfile;
-
/* ulogd data type */
enum ulogd_dtype {
ULOGD_DTYPE_NULL,
@@ -250,7 +248,6 @@ extern struct ulogd_keyh_entry *ulogd_keyh;
struct ulogd_fd {
struct list_head list;
int fd; /* file descriptor */
- unsigned int flags;
unsigned int when;
int (*cb)(int fd, unsigned int what, void *data);
void *data; /* void * to pass to callback */