clsagfw_startup()

The clsagfw_startup() function starts the agent framework.

Syntax

clsagfwret clsagfw_startup(void)

Notes

After the agent framework is initialized and the resource types and their entry points are registered, the agent calls this API to start the agent framework, which, in turn, starts the multithreaded infrastructure to monitor and perform actions on the resources.

On success, this function never returns to the calling thread. Entry points for the resource actions are invoked by the agent framework threads as and when required.