act.c | 16 unsigned int max_perm; member in struct:act_pass_criteria 23 .max_perm = 50, 27 .max_perm = 10, 31 .max_perm = 1, 329 if (perm < act_pass[i].max_perm) 332 log_err("act: %f%% exceeds pass criteria of %f%%\n", perm / 10.0, (double) act_pass[i].max_perm / 10.0); 360 if ((perc * 10.0) >= act_pass[i].max_perm)
|