summaryrefslogtreecommitdiffstats
path: root/database/rrd.h
diff options
context:
space:
mode:
Diffstat (limited to 'database/rrd.h')
-rw-r--r--database/rrd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/database/rrd.h b/database/rrd.h
index 36c4e5d58f..4c3b13dfb1 100644
--- a/database/rrd.h
+++ b/database/rrd.h
@@ -916,7 +916,8 @@ struct rrdhost {
STORAGE_INSTANCE *storage_instance[RRD_STORAGE_TIERS]; // the database instances of the storage tiers
- RRDCONTEXTS *rrdctx_queue;
+ RRDCONTEXTS *rrdctx_hub_queue;
+ RRDCONTEXTS *rrdctx_post_processing_queue;
RRDCONTEXTS *rrdctx;
uuid_t host_uuid; // Global GUID for this host