The status of a RIP, as returned in the RIP Status reply message. This message is sent in response to a rf_send_rip_status_request(), to inform the client about all of the RIPs. More...
#include "rf_reply_msgs.h"
Data Fields | |
int | rip_id |
The RIP id. | |
RF_RIP_STATE | rip_state |
The RIP state. This will be one of the RF_RIP_STATES values. | |
const char * | bladename |
The name of the blade this RIP is running on. | |
int | blade_id |
The ID of the blade this RIP is running on. | |
int | n_page_ranges |
The number of page ranges this RIP is processing. More... | |
RF_RIP_STATUS_PAGE_RANGE_DETAILS ** | pagerangestatus |
Array of RIP page range status details for all of the page ranges this RIP is processing. More... | |
The status of a RIP, as returned in the RIP Status reply message. This message is sent in response to a rf_send_rip_status_request(), to inform the client about all of the RIPs.
int RF_RIP_STATUS_DETAILS::n_page_ranges |
The number of page ranges this RIP is processing.
Zero if RIP is not processing any page ranges.
RF_RIP_STATUS_PAGE_RANGE_DETAILS** RF_RIP_STATUS_DETAILS::pagerangestatus |
Array of RIP page range status details for all of the page ranges this RIP is processing.
NULL
if no page ranges are being processed.