callwheelmask and callwheelsize are always greater than zero.

Switch their type to u_int.
This commit is contained in:
Davide Italiano 2013-03-03 15:01:33 +00:00
parent 0fb285b716
commit 3f555c45eb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247715

View File

@ -83,7 +83,7 @@ SYSCTL_INT(_debug, OID_AUTO, to_avg_mpcalls, CTLFLAG_RD, &avg_mpcalls, 0,
* TODO:
* allocate more timeout table slots when table overflows.
*/
int callwheelsize, callwheelmask;
u_int callwheelsize, callwheelmask;
/*
* The callout cpu migration entity represents informations necessary for