home *** CD-ROM | disk | FTP | other *** search
- /*
- * junkp.h - Junking control parameters structure definition
- */
- struct junkp
- {
- unsigned long min; /* minimum age before purging */
- unsigned long max; /* maximum age before purging */
- unsigned long space; /* vol space remaining at which
- * purging switches to min based */
- };
- typedef struct junkp junkp_t;