Hitachi

In-Memory Data Grid Hitachi Elastic Application Data Store


20.1.51 ead_address structure (EADS server address information)

The ead_address structure contains EADS server address information.

Organization of this subsection

(1) Format

struct ead_address {
  unsigned char     ip[4];
  unsigned short    port;
};

(2) Descriptions of members

ip

Stores the EADS server's IP address.

port

Stores the EADS server's port number.