summaryrefslogtreecommitdiffstats
path: root/unsupported/Platform.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-02-14 00:23:22 +0100
committercgzones <cgzones@googlemail.com>2023-02-19 17:56:50 +0100
commit3519b383c705de6c41bdec7b87367d5e3c88ec02 (patch)
treec5f4d16dddcd344d4239d5a42c0b48ce89d84718 /unsupported/Platform.h
parente0229b205c5dceb10447457c8f78acb16c96505a (diff)
Implement File Descriptor Meter support for the Unsupported (demo platform)
Diffstat (limited to 'unsupported/Platform.h')
-rw-r--r--unsupported/Platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/unsupported/Platform.h b/unsupported/Platform.h
index f475dda4..a718ca09 100644
--- a/unsupported/Platform.h
+++ b/unsupported/Platform.h
@@ -52,6 +52,8 @@ char* Platform_getProcessEnv(pid_t pid);
FileLocks_ProcessData* Platform_getProcessLocks(pid_t pid);
+void Platform_getFileDescriptors(double* used, double* max);
+
bool Platform_getDiskIO(DiskIOData* data);
bool Platform_getNetworkIO(NetworkIOData* data);

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