From owner-freebsd-net Fri Oct 27 15:24: 2 2000 Delivered-To: freebsd-net@freebsd.org Received: from gomer.august.net (gomer.august.net [216.87.128.131]) by hub.freebsd.org (Postfix) with ESMTP id 3552237B4E5 for ; Fri, 27 Oct 2000 15:24:00 -0700 (PDT) Received: from localhost (861 bytes) by gomer.august.net via send-mail with P:stdio/R:inet_hosts/T:smtp (sender: ) (ident using unix) id for ; Fri, 27 Oct 2000 17:23:11 -0500 (CDT) (Smail-3.2.0.108 1999-Sep-19 #1 built 1999-Oct-11) Message-Id: Date: Fri, 27 Oct 2000 17:23:11 -0500 (CDT) From: lgfausak@august.net (Greg Fausak) To: julian@elischer.org, lgfausak@august.net, net@freebsd.org Subject: Re: BPF usage questions Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I get a compile error when I hit: #define NG_ONE2MANY_LINK_STATS_TYPE_INFO { \ { \ { "recvOctets", &ng_parse_uint64_type }, \ { "recvPackets", &ng_parse_uint64_type }, \ { "xmitOctets", &ng_parse_uint64_type }, \ { "xmitPackets", &ng_parse_uint64_type }, \ { NULL } \ } \ I changed the references to ng_parse_int64_type and it seems to compile now. ---greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message