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(); }
extern void shutdown_threads() { shutdown_time = time(NULL); rpc_mgr_wake(); _rollup_handler_cancel(); }