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 Message-ID: <m13pHu3-002H0mC@gomer.august.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m13pHu3-002H0mC>