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:
avg 2017-02-21 09:33:21 +00:00
parent 02a15b5613
commit 027cf1ed84

View File

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