view 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
line wrap: on
line source

#include <stdlib.h>

#include "lxcstats.h"
#include "probes.h"

const struct _lxcst_probe _lxcst_probes[] = {
    { &_lxcst_probe_cpuacct, "cpuacct" },
    { &_lxcst_probe_memory, "memory" },
    { NULL, NULL }
};