1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00

mca: change type of last_intr to time_t for consinstency

time_uptime is time_t

MFC after:	1 day
X-MFC with:	r313752
This commit is contained in:
Andriy Gapon 2017-02-21 09:33:21 +00:00
parent 3b63a91d6d
commit b929de1078
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314035

View File

@ -73,7 +73,7 @@ enum scan_mode {
*/
struct cmc_state {
int max_threshold;
int last_intr;
time_t last_intr;
};
#endif