Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

enum ZInfoClusterNodeStatus {
   Node_Status_INVALID;
   Node_Status_READY;          // cluster reports our node is ready
   Node_Status_NOTREADY;  // cluster reports our node is ready
   Node_Status_UNKNOWNDOWN;         // cluster API server can not be reached
}

...