diff options
Diffstat (limited to 'include/linux/mroute6.h')
| -rw-r--r-- | include/linux/mroute6.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/linux/mroute6.h b/include/linux/mroute6.h index 66982e764051..3987b64040c5 100644 --- a/include/linux/mroute6.h +++ b/include/linux/mroute6.h @@ -92,6 +92,7 @@ struct mfc6_cache {  			unsigned long bytes;  			unsigned long pkt;  			unsigned long wrong_if; +			unsigned long lastuse;  			unsigned char ttls[MAXMIFS];	/* TTL thresholds		*/  		} res;  	} mfc_un; |