Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/vm/uma.h 129906 2004-05-31 21:46:06Z bmilekic $
---
> * $FreeBSD: head/sys/vm/uma.h 129913 2004-06-01 01:36:26Z bmilekic $
188,190c188,190
< * align A bitmask that corisponds to the requested alignment
< * eg 4 would be 0x3
< * flags A set of parameters that control the behavior of the zone
---
> * master A reference to this zone's Master Zone (Primary Zone),
> * which contains the backing Keg for the Secondary Zone
> * being added.