navigator_pooled_response()

Indicate that your application wants to be pooled.

Synopsis:

#include <bps/navigator.h>
 
BPS_API int navigator_pooled_response(const char *id)

Arguments:

id

The ID, as retrieved from the NAVIGATOR_POOLED event using navigator_event_get_id().

Library:

libbps

Description:

The navigator_pooled_response() function indicates to the navigator that your application wants to be pooled.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.