Contains information about a system event.
Syntax
typedef struct SmLog_System_s
{
long nVersion;
long nCurrentTime;
char* szName;
char* szIpAddress;
int nIpPort;
char* szMsg;
} SmLog_System_t;
|
Field |
Description |
|---|---|
|
nVersion |
Version number of the Policy Server. |
|
nCurrentTime |
Time when the event occurred. |
|
szName |
Name of the client, database, or directory. |
|
szIpAddress |
IP address of the client. |
|
nIpPort |
Port number that the client communicates on. |
|
szMsg |
Buffer to receive string message for an event. |
| Copyright © 2010 CA. All rights reserved. | Email CA about this topic |