diff options
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; |