SERVER_IDENTIFIER

 

 

typedef struct idaServID_s

{

ulong sessID;                                       // Session ID  (Actually socket number).                               

ushort store;                                        // StoreNumber

ubyte ctlr[2];               // Node id (CC, DD, etc.)

short NumSecsForResponse; // Specify the number of seconds to wait for response.

ulong in_addr;                        // Binary TCP IP address of server

ushort port;                 // Port Number to connect to

char *in_nodename;   // String containing host name or IP address string

char *clientDescriptor;                        // String containing description of client.

ushort flags;

#define IDA_SERVID_PRIMARY 0x0001

// This controller/server is the

// configured as the preferred server

// for contact by external InSight

// clients. Used only for FindServer

// queries.

#define IDA_SERVID_BACKUP 0x0002

// This controller/server is the

// configured as the backup server

 

ushort usFuture;

ulong ulFuture[2];

ulong reserved;                       // Used by api layer to keep track of info needed to talk to ctlr agent } idaServID_t;

 

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)