view probes/probes.c @ 12:dbf24a82f625 default tip

Fix doxygen comments and add a Doxyfile
author Louis Opter <kalessin@kalessin.fr>
date Fri, 07 Jan 2011 21:49:31 +0100
parents 6f2e13f5fcfd
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 }
};