About the ArgList Attribute

The ArgList attribute is used to pass resource type attributes and their values to the open, close, online, offline, action, info, and monitor entry points.

The values of the ArgList attribute are passed through a parameter of type void **. For example, the signature of the online entry point is:

unsigned int

res_online(const char *res_name, void **attr_val);

The ArgList attribute behavior varies depending on whether the agent is registered as a V51, V50, or V40.