add a comment on if_agrprivate.

This commit is contained in:
yamt 2006-06-25 07:50:00 +00:00
parent 6108244889
commit 8dc7b19627

View File

@ -1,4 +1,4 @@
/* $NetBSD: if.h,v 1.117 2006/06/23 19:02:51 drochner Exp $ */
/* $NetBSD: if.h,v 1.118 2006/06/25 07:50:00 yamt Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@ -294,7 +294,7 @@ struct ifnet { /* and the entries */
void *if_afdata[AF_MAX];
struct mowner *if_mowner; /* who owns mbufs for this interface */
void *if_agrprivate;
void *if_agrprivate; /* used only when #if NAGR > 0 */
};
#define if_mtu if_data.ifi_mtu
#define if_type if_data.ifi_type