Parameters for configuring the Farm RIP. More...
#include "swfrip.h"
Data Fields | |
size_t | size |
int32 | rip_id |
const char * | central_bc_tcpip |
mps_arena_t | arena |
sw_tl_ref | parent_tl |
Parameters for configuring the Farm RIP.
Use the initializer SW_FR_PARAMS_INIT to initialize static or auto structures of this type.
mps_arena_t SW_FR_PARAMS::arena |
A pointer to the memory arena.
const char* SW_FR_PARAMS::central_bc_tcpip |
The address of the central blade controller. If NULL, 127.0.0.1 is used by default. Tells a farm RIP which blade is running the farm and job controller.
sw_tl_ref SW_FR_PARAMS::parent_tl |
Parent timeline for all Farm RIP timelines.
int32 SW_FR_PARAMS::rip_id |
The Farm RIP ID, set by the controlling process, and passed to the Farm RIP process during process creation. (In the scalable RIP, this is managed through command-line arguments.)
size_t SW_FR_PARAMS::size |
Size of this structure. This must be set correctly so that parameters for new versions of the Scalable RIP will be set to sensible default values if linked with an older skin.