reduSwitchDist()
Switches over in the split mode.
Synopsis
int reduSwitchDist(string sSystem,int peerNr, bool bAsk=true)
Parameter
Parameter | Description |
---|---|
sSystem | System name |
peerNr | To which redu host should the function switch over |
bAsk |
TRUE = The windows are open FALSE = For internal use. No windows |
Return value
Error
Description
Switches over in the split mode.
EXAMPLE
The following example switches over in the split mode.
main()
{
string sSys = "System1";
int peerNr = 1;
bAsk = TRUE;
reduSwitchDist(sSys,peerNr, bAsk);
}
Assignment
Redu/Dist functions
Availability
CTRL