Home
last modified time | relevance | path

Searched defs:filed (Results 1 – 1 of 1) sorted by relevance

/minix3/usr.sbin/syslogd/
H A Dsyslogd.h337 struct filed { struct
338 struct filed *f_next; /* next in linked list */ argument
339 short f_type; /* entry type, see below */
340 short f_file; /* file descriptor */
341 time_t f_time; /* time this was last written */
342 char *f_host; /* host from which to record */
343 u_char f_pmask[LOG_NFACILITIES+1]; /* priority mask */
344 u_char f_pcmp[LOG_NFACILITIES+1]; /* compare priority */
348 char *f_program; /* program this applies to */
349 union {
[all …]