Deleted Added
full compact
26c26
< * $FreeBSD: head/usr.sbin/ppp/throughput.h 50479 1999-08-28 01:35:59Z peter $
---
> * $FreeBSD: head/usr.sbin/ppp/throughput.h 64670 2000-08-15 10:25:42Z brian $
41,42c41,44
< unsigned long long *SampleOctets;
< unsigned long long OctetsPerSecond;
---
> struct {
> unsigned long long *SampleOctets;
> unsigned long long OctetsPerSecond;
> } in, out;