From b4f64f72a3e4bf590c60b0cbd6cd365aa1a58542 Mon Sep 17 00:00:00 2001 From: Lennart Weller Date: Wed, 25 May 2016 12:36:24 +0200 Subject: Imported Upstream version 1.2.0 --- src/rrd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rrd.h') diff --git a/src/rrd.h b/src/rrd.h index 4211b7d56..60eeeb04f 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -246,7 +246,7 @@ struct rrdset { // ------------------------------------------------------------------------ // the dimensions - avl_tree dimensions_index; // the root of the dimensions index + avl_tree_lock dimensions_index; // the root of the dimensions index RRDDIM *dimensions; // the actual data for every dimension }; typedef struct rrdset RRDSET; -- cgit v1.2.3