summaryrefslogtreecommitdiffstats
path: root/solaris/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'solaris/Platform.h')
-rw-r--r--solaris/Platform.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/solaris/Platform.h b/solaris/Platform.h
index 130c70cd..f95515c6 100644
--- a/solaris/Platform.h
+++ b/solaris/Platform.h
@@ -63,9 +63,11 @@ void Platform_setZfsCompressedArcValues(Meter* this);
char* Platform_getProcessEnv(pid_t pid);
-void Platform_getDiskIO(unsigned long int *bytesRead, unsigned long int *bytesWrite, unsigned long int *msTimeSpend);
+bool Platform_getDiskIO(unsigned long int *bytesRead,
+ unsigned long int *bytesWrite,
+ unsigned long int *msTimeSpend);
-void Platform_getNetworkIO(unsigned long int *bytesReceived,
+bool Platform_getNetworkIO(unsigned long int *bytesReceived,
unsigned long int *packetsReceived,
unsigned long int *bytesTransmitted,
unsigned long int *packetsTransmitted);