* Sync with the trunk.
This commit is contained in:
commit
955d11aae7
12 changed files with 114 additions and 13 deletions
|
@ -502,6 +502,9 @@ static void performOp(unsigned int clientVersion,
|
|||
logType = (LogType) readInt(from);
|
||||
printBuildTrace = readInt(from) != 0;
|
||||
}
|
||||
if (GET_PROTOCOL_MINOR(clientVersion) >= 6) {
|
||||
buildCores = readInt(from);
|
||||
}
|
||||
startWork();
|
||||
stopWork();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue