svn commit: r263413 - head/sys/net

Navdeep Parhar np at FreeBSD.org
Thu Mar 20 02:23:52 UTC 2014


Author: np
Date: Thu Mar 20 02:23:52 2014
New Revision: 263413
URL: http://svnweb.freebsd.org/changeset/base/263413

Log:
  Add a shorter alias for if_data.ifi_oqdrops.

Modified:
  head/sys/net/if_var.h

Modified: head/sys/net/if_var.h
==============================================================================
--- head/sys/net/if_var.h	Thu Mar 20 01:58:04 2014	(r263412)
+++ head/sys/net/if_var.h	Thu Mar 20 02:23:52 2014	(r263413)
@@ -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
 


More information about the svn-src-all mailing list