Deleted Added
full compact
29c29
< * $FreeBSD: head/sys/dev/fatm/if_fatmvar.h 116735 2003-06-23 14:46:12Z harti $
---
> * $FreeBSD: head/sys/dev/fatm/if_fatmvar.h 118208 2003-07-30 14:20:00Z harti $
168a169
> struct atmio_vcc param; /* traffic parameters */
170,173c171,175
< uint32_t pcr;
< uint32_t flags;
< uint8_t aal;
< uint8_t traffic;
---
> uint vflags;
> uint32_t ipackets;
> uint32_t opackets;
> uint32_t ibytes;
> uint32_t obytes;
226c228
< struct card_vcc *vccs; /* table of vccs */
---
> struct card_vcc **vccs; /* table of vccs */
229a232
> uma_zone_t vcc_zone; /* allocator for VCCs */