summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2014-03-20 02:23:52 +0000
committernp <np@FreeBSD.org>2014-03-20 02:23:52 +0000
commit26117c8d4672944ae8818ee2f233ef5ab642e437 (patch)
tree7f0a32a38a64124a88d65ffbd1701a4f779fc5da
parent9ce120962b5c6c27e553bba28ae61a54b2bc7cd0 (diff)
downloadFreeBSD-src-26117c8d4672944ae8818ee2f233ef5ab642e437.zip
FreeBSD-src-26117c8d4672944ae8818ee2f233ef5ab642e437.tar.gz
Add a shorter alias for if_data.ifi_oqdrops.
-rw-r--r--sys/net/if_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h
index d7b4751..e65063d 100644
--- a/sys/net/if_var.h
+++ b/sys/net/if_var.h
@@ -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
OpenPOWER on IntegriCloud