summaryrefslogtreecommitdiffstats
path: root/unsupported/Platform.c
diff options
context:
space:
mode:
authorChristian Goettsche <cgzones@googlemail.com>2020-10-21 17:06:32 +0200
committercgzones <cgzones@googlemail.com>2020-10-29 22:21:42 +0100
commitc2fdfd99eb5bffee0f6d1e1838fb4708eac18425 (patch)
treeeee28e177708eb99f14c6aa6f67f818daaf69e18 /unsupported/Platform.c
parentc91061c84bcce51934f05df7a7ee4d219f01bc71 (diff)
FreeBSD: implement Platform_getDiskIO()
Diffstat (limited to 'unsupported/Platform.c')
-rw-r--r--unsupported/Platform.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/unsupported/Platform.c b/unsupported/Platform.c
index e2d7fa6b..3f8cefa6 100644
--- a/unsupported/Platform.c
+++ b/unsupported/Platform.c
@@ -141,10 +141,8 @@ char* Platform_getProcessEnv(pid_t pid) {
return NULL;
}
-bool Platform_getDiskIO(unsigned long int *bytesRead,
- unsigned long int *bytesWrite,
- unsigned long int *msTimeSpend) {
- *bytesRead = *bytesWrite = *msTimeSpend = 0;
+bool Platform_getDiskIO(DiskIOData* data) {
+ (void)data;
return false;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy