> On Feb 8, 2020, at 4:04 PM, Paul Goyette <p...@whooppee.com> wrote:
> 
> The package no longer builds.  Fails with (among others)
> 
> error: 'struct ifnet' has no member named 'if_ibytes'; did you mean 
> 'if_index'?

"struct ifnet" is private to the kernel.  This application should be using the 
properly exported data that's available via ioctls for this purpose.

-- thorpej

Reply via email to