Add a shorter alias for if_data.ifi_oqdrops.

This commit is contained in:
np 2014-03-20 02:23:52 +00:00
parent 9ce120962b
commit 26117c8d46

View File

@ -226,6 +226,7 @@ struct ifnet {
#define if_imcasts if_data.ifi_imcasts
#define if_omcasts if_data.ifi_omcasts
#define if_iqdrops if_data.ifi_iqdrops
#define if_oqdrops if_data.ifi_oqdrops
#define if_noproto if_data.ifi_noproto
#define if_lastchange if_data.ifi_lastchange