Date: Thu, 20 Mar 2014 02:23:52 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r263413 - head/sys/net Message-ID: <201403200223.s2K2NqHK069802@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403200223.s2K2NqHK069802>