Symantec logo

About the attr_changed entry point

This entry point provides a way to respond to resource attribute value changes. The attr_changed entry point is called when a resource attribute is modified, and only if that resource is registered with the agent framework for notification.

The attr_changed entry point receives as input the resource name registered with the agent framework for notification, the name of the changed resource, the name of the changed attribute, and the new attribute value. It does not return a value. Most agents do not require this functionality and will not implement this entry point.

See VCSAgRegister.

See VCSAgUnregister.

You can register resources automatically.

See RegList.