diff options
| author | Randall Stewart <rrs@FreeBSD.org> | 2007-02-12 23:24:31 +0000 |
|---|---|---|
| committer | Randall Stewart <rrs@FreeBSD.org> | 2007-02-12 23:24:31 +0000 |
| commit | f42a358a6f10bf8e104739beeaaea796cb06c669 (patch) | |
| tree | 6152741c43ebcb3fc304c4834897a4966cc8bdbd /sys/netinet/sctp_os.h | |
| parent | 87aabdc12670a5a00588d5426b927573263fa66c (diff) | |
Notes
Diffstat (limited to 'sys/netinet/sctp_os.h')
| -rw-r--r-- | sys/netinet/sctp_os.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netinet/sctp_os.h b/sys/netinet/sctp_os.h index aacf8771336c4..15d256e551503 100644 --- a/sys/netinet/sctp_os.h +++ b/sys/netinet/sctp_os.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2006, Cisco Systems, Inc. All rights reserved. + * Copyright (c) 2006-2007, Cisco Systems, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -47,10 +47,11 @@ __FBSDID("$FreeBSD$"); * name = string name of the zone/pool. * size = size of each zone/pool element. * number = number of elements in zone/pool. + * type = structure type to allocate * * sctp_zone_t * SCTP_ZONE_INIT(zone, name, size, number) - * SCTP_ZONE_GET(zone) + * SCTP_ZONE_GET(zone, type) * SCTP_ZONE_FREE(zone, element) * SCTP_ZONE_DESTROY(zone) */ |
