comparison probes/probes.c @ 9:6f2e13f5fcfd

Add the memory probe
author Louis Opter <louis@dotcloud.com>
date Sun, 02 Jan 2011 01:50:27 +0100
parents 6ce4443e7545
children
comparison
equal deleted inserted replaced
8:fe254ba0818d 9:6f2e13f5fcfd
3 #include "lxcstats.h" 3 #include "lxcstats.h"
4 #include "probes.h" 4 #include "probes.h"
5 5
6 const struct _lxcst_probe _lxcst_probes[] = { 6 const struct _lxcst_probe _lxcst_probes[] = {
7 { &_lxcst_probe_cpuacct, "cpuacct" }, 7 { &_lxcst_probe_cpuacct, "cpuacct" },
8 { &_lxcst_probe_memory, "memory" },
8 { NULL, NULL } 9 { NULL, NULL }
9 }; 10 };