aboutsummaryrefslogtreecommitdiff
path: root/stm/workerLoop.ml
AgeCommit message (Collapse)Author
2017-03-21[xml] Restore protocol compatibility with 8.6.Emilio Jesus Gallego Arias
By default, we serialize messages to the "rich printing representation" as it was done in 8.6, this ways clients don't have to adapt unless they specifically request the new format using option `--xml_format=Ppcmds`
2017-03-21[stm] Add common toploop for workers.Emilio Jesus Gallego Arias
This is a small, but convenient refactoring, as it will allow common argument parsing.