diff options
Diffstat (limited to 'include/linux/mroute.h')
| -rw-r--r-- | include/linux/mroute.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/linux/mroute.h b/include/linux/mroute.h index bf9b322cb0b0..d351fd3e1049 100644 --- a/include/linux/mroute.h +++ b/include/linux/mroute.h @@ -104,6 +104,7 @@ struct mfc_cache {  			unsigned long bytes;  			unsigned long pkt;  			unsigned long wrong_if; +			unsigned long lastuse;  			unsigned char ttls[MAXVIFS];	/* TTL thresholds		*/  		} res;  	} mfc_un; |