summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/vespa-feed-bm/i_bm_feed_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/apps/vespa-feed-bm/i_bm_feed_handler.h')
-rw-r--r--searchcore/src/apps/vespa-feed-bm/i_bm_feed_handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/apps/vespa-feed-bm/i_bm_feed_handler.h b/searchcore/src/apps/vespa-feed-bm/i_bm_feed_handler.h
index a3341bf14c9..81a08552c0c 100644
--- a/searchcore/src/apps/vespa-feed-bm/i_bm_feed_handler.h
+++ b/searchcore/src/apps/vespa-feed-bm/i_bm_feed_handler.h
@@ -25,6 +25,7 @@ public:
virtual void put(const document::Bucket& bucket, std::unique_ptr<document::Document> document, uint64_t timestamp, PendingTracker& tracker) = 0;
virtual void update(const document::Bucket& bucket, std::unique_ptr<document::DocumentUpdate> document_update, uint64_t timestamp, PendingTracker& tracker) = 0;
virtual void remove(const document::Bucket& bucket, const document::DocumentId& document_id, uint64_t timestamp, PendingTracker& tracker) = 0;
+ virtual uint32_t get_error_count() const = 0;
};
}