From owner-svn-src-head@FreeBSD.ORG Thu Mar 20 02:23:52 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6A59D29; Thu, 20 Mar 2014 02:23:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A2085FDA; Thu, 20 Mar 2014 02:23:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2K2NqKO069803; Thu, 20 Mar 2014 02:23:52 GMT (envelope-from np@svn.freebsd.org) Received: (from np@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2K2NqHK069802; Thu, 20 Mar 2014 02:23:52 GMT (envelope-from np@svn.freebsd.org) Message-Id: <201403200223.s2K2NqHK069802@svn.freebsd.org> From: Navdeep Parhar Date: Thu, 20 Mar 2014 02:23:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r263413 - head/sys/net X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Mar 2014 02:23:52 -0000 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