add self_path

This commit is contained in:
Doug MacEachern 2004-07-09 00:01:51 +00:00
parent 036f8e7789
commit 99728c8e48
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ struct sigar_t {
struct cpuinfo *cpuinfo;
int cpuinfo_size;
char model[128];
char self_path[1024]; /* path to where libsigar.so lives */
};
#define HAVE_STRERROR_R