vem_allocreply Struct Reference
VEM allocation reply message content. More...
Data Fields
vem_allocation_id_t allocId char * consumer int nhost vem_host_t * host vem_hostattr_t * hostattr char * clientName Detailed Description
This message content corresponds to message code RESOURCE_ADD. It tells the client which host slot(s) are allocated for its use. This is a result of a previous vem_alloc() call by the client. The allocation ID returned from the orignal vem_alloc() call is indicated in this structure, so in case that client had made multiple allocation requests, it can distinguish between them.
- See also:
- vem_message_t
Field Documentation
which allocation ID this reply corresponds to
char* consumer which consumer ID was this allocation charged to
int nhost number of hosts allocated
array of vem_host_t, the array size is nhost. This tells the client which host and how many slots are allocated
array of host attributes. The array size is nhost. This tells some brief information about each host.
char* clientName client name which this allocation reply corresponds to. This is useful to easily identify the client when the process uses callbacks.
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.