Rename 'slave' to 'client' in the remaining code

This commit is contained in:
Alexander Bock
2022-04-05 23:10:49 +02:00
parent 83561ca09d
commit 73292ee54c
7 changed files with 22 additions and 22 deletions

View File

@@ -48,7 +48,7 @@ std::vector<std::byte> SyncEngine::encodeSyncables() {
return data;
}
// Should be called on sgct slaves
// Should be called on sgct clients
void SyncEngine::decodeSyncables(std::vector<std::byte> data) {
_syncBuffer.setData(std::move(data));
for (Syncable* syncable : _syncables) {