Searched defs:filegen_tag (Results 1 – 1 of 1) sorted by relevance
37 typedef struct filegen_tag { struct38 FILE * fp; /* file referring to current generation */39 char * dir; /* currently always statsdir */40 char * fname; /* filename prefix of generation file */42 u_long id_lo; /* lower bound of ident value */43 u_long id_hi; /* upper bound of ident value */44 u_char type; /* type of file generation */45 u_char flag; /* flags modifying processing of file generation */