diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-22 22:05:40 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-22 22:05:40 +0100 |
commit | 6b1cf550608c2f17cbed9e375f15a4c14bfe8ace (patch) | |
tree | 2e693a731bb2e9ce1a793b14cef98cdc13e382cd /common/commandprocessor.h | |
parent | b2ad8f785e801a35cadf254d827f56d648be510c (diff) | |
download | sink-6b1cf550608c2f17cbed9e375f15a4c14bfe8ace.tar.gz sink-6b1cf550608c2f17cbed9e375f15a4c14bfe8ace.zip |
More Log::Context
Diffstat (limited to 'common/commandprocessor.h')
-rw-r--r-- | common/commandprocessor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/commandprocessor.h b/common/commandprocessor.h index 81f93e5..eeb7ecf 100644 --- a/common/commandprocessor.h +++ b/common/commandprocessor.h | |||
@@ -43,10 +43,9 @@ namespace Sink { | |||
43 | class CommandProcessor : public QObject | 43 | class CommandProcessor : public QObject |
44 | { | 44 | { |
45 | Q_OBJECT | 45 | Q_OBJECT |
46 | SINK_DEBUG_AREA("commandprocessor") | ||
47 | 46 | ||
48 | public: | 47 | public: |
49 | CommandProcessor(Sink::Pipeline *pipeline, const QByteArray &instanceId); | 48 | CommandProcessor(Sink::Pipeline *pipeline, const QByteArray &instanceId, const Sink::Log::Context &ctx); |
50 | 49 | ||
51 | void setOldestUsedRevision(qint64 revision); | 50 | void setOldestUsedRevision(qint64 revision); |
52 | 51 | ||
@@ -79,6 +78,7 @@ private: | |||
79 | 78 | ||
80 | KAsync::Job<void> flush(void const *command, size_t size); | 79 | KAsync::Job<void> flush(void const *command, size_t size); |
81 | 80 | ||
81 | Sink::Log::Context mLogCtx; | ||
82 | Sink::Pipeline *mPipeline; | 82 | Sink::Pipeline *mPipeline; |
83 | MessageQueue mUserQueue; | 83 | MessageQueue mUserQueue; |
84 | MessageQueue mSynchronizerQueue; | 84 | MessageQueue mSynchronizerQueue; |