Example #1
0
extern void shutdown_threads()
{
	shutdown_time = time(NULL);
	/* End commit before rpc_mgr_wake.  It will do the final
	   commit on the connection.
	*/
	_commit_handler_cancel();
	rpc_mgr_wake();
	_rollup_handler_cancel();
}
Example #2
0
extern void shutdown_threads()
{
	shutdown_time = time(NULL);
	rpc_mgr_wake();
	_rollup_handler_cancel();
}