typedef struct mco_cluster_info_t_ { uint4 rtrans_commit; /* nbr of successful remote transactions */ uint4 rtrans_rback; /* nbr of aborted remote transactions */ uint8 bytes_sent; /* total of sent data, in bytes */ uint8 bytes_recv; /* total of received data, in bytes */ uint2 n_active_nodes; /* number of currently active cluster nodes */ uint2 node_id; /* this node ID */ } mco_cluster_info_t, * mco_cluster_info_h;