vem_registerreq Struct Reference
VEM register request. More...
Data Fields
char * name char * description vem_clientcallback * cb int flags int ttl Detailed Description
This structure is used while calling vem_register().
Field Documentation
char* name name of client. This field must be unique system wide or NULL to ask VEM to assign you one. In the latter case, this field will be populated by vem_register() upon successful return. NULL case is to be implemented.
char* description a string that client can use to describe itself. VEM does not use this string directly. It will be returned as part of the client information from vem_locate()
struct vem_clientcallback* cb callback routines
int flags set VEM_REGISTER_TTL if ttl is specified
int ttl client time to live. Specifies number of minutes that the client's allocation and containers be retained for recovery after client disconnects. VEM_REGISTER_TTL must be set in flags, otherwise this field is ignored.
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.