Previous Topic: SmLogSystemEvent_AmbiguousRadiusMatchNext Topic: SmEventInit()


SmLogSystemEvent_AgentHeartbeat

This event is called whenever an agent makes a DoManagement request.

The following table lists the associated SmLog_System_t fields:

Field

Description

nVersion

Version number of the SiteMinder server.

nCurrentTime

Time when the event occurred.

szName

Name of the agent.

szIpAddress

IP address of the agent.

nIpPort

Port on the Policy Server machine to which the agent is connected.

Event Function Declarations

The table below lists the functions used in the Event API. Your shared library must export these entry points.

Function Definition

Description

SmEventInit()

Called by the Policy Server so that an event handler can perform its own initialization procedure.

SmEventRecord()

Called by the Policy Server when an event has been signalled.

SmEventRelease()

Called by the Policy Server so that an event handler can perform its own rundown procedure.