diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-23 10:48:37 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-23 10:48:37 +0100 |
commit | 752f0907574debe9d7d139a117b2efac80636e93 (patch) | |
tree | a2819bca0b883b46e8d139efcf82784fbc7fa78d /common/synchronizer.h | |
parent | 4c99d9a644d86410a93b683d1a34ab6d499b99f9 (diff) | |
download | sink-752f0907574debe9d7d139a117b2efac80636e93.tar.gz sink-752f0907574debe9d7d139a117b2efac80636e93.zip |
Process sync requests one by one
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r-- | common/synchronizer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h index be90293..73c91a3 100644 --- a/common/synchronizer.h +++ b/common/synchronizer.h | |||
@@ -178,6 +178,7 @@ protected: | |||
178 | Sink::Log::Context mLogCtx; | 178 | Sink::Log::Context mLogCtx; |
179 | private: | 179 | private: |
180 | void modifyIfChanged(Storage::EntityStore &store, const QByteArray &bufferType, const QByteArray &sinkId, const Sink::ApplicationDomain::ApplicationDomainType &entity); | 180 | void modifyIfChanged(Storage::EntityStore &store, const QByteArray &bufferType, const QByteArray &sinkId, const Sink::ApplicationDomain::ApplicationDomainType &entity); |
181 | KAsync::Job<void> processRequest(const SyncRequest &request); | ||
181 | KAsync::Job<void> processSyncQueue(); | 182 | KAsync::Job<void> processSyncQueue(); |
182 | 183 | ||
183 | Sink::ResourceContext mResourceContext; | 184 | Sink::ResourceContext mResourceContext; |