CacheServiceErrorHandler

Definition

typedef MPI_BOOL (*CacheServiceErrorHandler)
		 (CacheServiceErrorParams* params);
Required Header: apputil.h
Change History: Added in 03.04.11

Description

A type define for a CacheService object error handler function. A function that is used as a CacheService object error handler must share the same function signature.

Member Description
params The error parameters describing the error that occurred and the current error count for the CacheService object.

Return Values
FALSE The CacheService object thread should continue updating the MPI controller status cache.
TRUE The CacheService object thread should exit immediately, no longer updating the MPI controller status cache.

See Also

CacheService Object Overview | CacheServiceErrorParams | CacheServiceConfig