Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIceGrid-ServerInfo
prevIceGrid-ServerDescriptor
Section


IceGrid::ServerDynamicInfo

Overview

struct ServerDynamicInfo

Dynamic information about the state of a server.

Used By

Data Member Index

id — The id of the server.
state — The state of the server.
pid — The process id of the server.
enabled — Indicates whether the server is enabled.

Ztop

Data Members

string
Anchor
id
id
id;

The id of the server.

IceGrid::ServerState
Anchor
state
state
state;

The state of the server.

int
Anchor
pid
pid
pid;

The process id of the server.

bool
Anchor
enabled
enabled
enabled;

Indicates whether the server is enabled.

Ztop

Znav
nextIceGrid-ServerInfo
prevIceGrid-ServerDescriptor
Section