vem_releasereq Struct Reference
VEM resource release/replace request. More...
Data Fields
char * allocId int nhosts vem_host_t * hosts int flags Detailed Description
This structure is used by vem_release.
Field Documentation
char* allocId Allocation ID to relase resource from
int nhosts Number of hosts to release. This is the size of array in "hosts" member.
Host and how many slots to release. The array size is "nhosts"
int flags Flags to indicate the behavior of resource release, currently:
VEM_RELEASE_AUTOADJ - automatically adjust maximum required to what is allocated. As a result, no other resource will be allocated unless vem_realloc() is called. This is useful in scenarios where the allocated resource is more than required.
VEM_RELEASE_BLOCKED - block the release resources, so that they will not be reallocated to this allocation. Useful when there is some application specific problem that occurs when this resource is used.
Date Modified: 26 Nov 2007
Platform Computing: www.platform.com
Platform Support: support@platform.com
Platform Information Development: doc@platform.com
Copyright © 2001-2007 Platform Computing Corporation. All rights reserved.