dynamic proxy to libperfstat.a

This commit is contained in:
Doug MacEachern 2004-07-09 00:50:09 +00:00
parent 9dad97ab20
commit 71e5d8f118
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#include <libperfstat.h>
int sigar_perfstat_cpu_total(perfstat_id_t *id,
perfstat_cpu_total_t *cpu_total,
int size, int num)
{
return perfstat_cpu_total(id, cpu_total, size, num);
}