/* limfal.h */ /* * LimFail is limit to number of te failures, set with "failures" cmnd * lgNoMap is option not to map failures */ EXTERN struct t_limfal { long int LimFail; int lgNoMap; } limfal;