Updated the GLIBTOP_SOLARIS_RELEASE

2006-06-24  Benoît Dejean  <benoit@placenet.org>

	* libgtop-sysdeps.m4:
	* sysdeps/solaris/glibtop_machine.h:

	Updated the GLIBTOP_SOLARIS_RELEASE

	Patch by hua.zhang@sun.com.
	Closes #345821.
This commit is contained in:
Benoît Dejean
2006-06-24 17:52:28 +00:00
committed by Benoît Dejean
parent 7f477561f0
commit bc79bf010a
3 changed files with 16 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ struct _glibtop_machine
int ticks; /* clock ticks, as returned by sysconf() */
unsigned long long boot; /* boot time, although it's ui32 in kstat */
void *libproc; /* libproc handle */
#if GLIBTOP_SOLARIS_RELEASE >= 560
#if GLIBTOP_SOLARIS_RELEASE >= 50600
void (*objname)(void *, uintptr_t, const char *, size_t);
struct ps_prochandle *(*pgrab)(pid_t, int, int *);
void (*pfree)(void *);