]> git.itanic.dy.fi Git - rrdd/commitdiff
Merge branch 'master' into itanic itanic
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Thu, 21 Jun 2012 19:17:17 +0000 (22:17 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Thu, 21 Jun 2012 19:17:17 +0000 (22:17 +0300)
Conflicts:
database.h

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
1  2 
database.h

diff --cc database.h
index 4e99ba7d9bff8d136cde0e1e7db769ac84913ce2,2877c882f6d91a6745aea0803979103f0fca62fd..949ccedcc9341fbd00b5222a7a48e05099535b71
@@@ -454,11 -451,9 +454,11 @@@ static struct rrd_database network_rrd 
        .images         = network_images,
  };
  
- static struct rrd_database *all_rrds[] = {
 +#include "power_database.h"
 +
+ static struct rrd_database *default_rrds[] = {
        &cpumem_rrd,
 -      &systemp_rrd,
 +      &power_rrd,
        &network_rrd,
        0
  };