comparison probes/probes.c @ 0:6ce4443e7545

Add the draft of an API to collect statistics on LXC
author Louis Opter <kalessin@kalessin.fr>
date Wed, 29 Dec 2010 23:28:14 +0100
parents
children 6f2e13f5fcfd
comparison
equal deleted inserted replaced
-1:000000000000 0:6ce4443e7545
1 #include <stdlib.h>
2
3 #include "lxcstats.h"
4 #include "probes.h"
5
6 const struct _lxcst_probe _lxcst_probes[] = {
7 { &_lxcst_probe_cpuacct, "cpuacct" },
8 { NULL, NULL }
9 };