Description. 
          Provides information on the status of all Cluster nodes. This
          structure is returned by
          ndb_mgm_get_status().
        
Definition. This structure has the following two members;
                int
                : The
                number of elements in the
                no_of_nodesnode_states array.
              
                struct ndb_mgm_node_state
                : An
                array containing the states of the nodes.
              node_states[]
                Each element of this array is an
                ndb_mgm_node_state structure. For
                more information, see
                Section 3.4.2, “The ndb_mgm_node_state Structure”.
              
