comparison probes/probes.h @ 9:6f2e13f5fcfd

Add the memory probe
author Louis Opter <louis@dotcloud.com>
date Sun, 02 Jan 2011 01:50:27 +0100
parents 6ce4443e7545
children 3a1977ecccc7
comparison
equal deleted inserted replaced
8:fe254ba0818d 9:6f2e13f5fcfd
9 }; 9 };
10 10
11 extern const struct _lxcst_probe _lxcst_probes[]; 11 extern const struct _lxcst_probe _lxcst_probes[];
12 12
13 int _lxcst_probe_cpuacct(struct lxcst *c); 13 int _lxcst_probe_cpuacct(struct lxcst *c);
14 int _lxcst_probe_memory(struct lxcst *c);
14 15
15 #endif 16 #endif