bps_shutdown()
Clean up BPS resources.
Synopsis:
#include "bps/event.h" #include <sys/platform.h>
void bps_shutdown(void)
Arguments:
Library:
libbpsDescription:
The bps_shutdown() function cleans up resources that are used by the BPS library. You should not call any other BPS functions after this call completes.
If an application called bps_initialize() multiple times, then the application should call bps_shutdown() the same number of times.
Returns:
Nothing.