Previous Topic: Sm_Api_RequestContext_t

Next Topic: Sm_Api_UserContext_t

Sm_Api_TunnelContext_t

Holds information passed from the Tunnel Agent.

Syntax

typedef struct
{
   char* lpszClientIp;
   char* lpszTransactionId;
   char* lpszParameter;
} Sm_Api_TunnelContext_t;

Field

Description

lpszClientIP

The IP Address of the Tunnel Agent making the tunnel calls.

lpszTransactionId

(Optional) The ID that the agent uses to associate application activity with security activity. The Policy Server logs this ID.

lpszParameter

Arbitrary string parameter passed from the Tunnel Agent. On the Tunnel Agent side, this information is passed in lpszParameter in Sm_AgentApi_TunnelServiceRequest_t.


Copyright © 2010 CA. All rights reserved. Email CA about this topic