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:
parent
02a15b5613
commit
027cf1ed84
@ -73,7 +73,7 @@ enum scan_mode {
|
||||
*/
|
||||
struct cmc_state {
|
||||
int max_threshold;
|
||||
int last_intr;
|
||||
time_t last_intr;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user