summaryrefslogtreecommitdiffstats
path: root/openbsd/Platform.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-02-13 22:35:54 +0100
committercgzones <cgzones@googlemail.com>2023-02-19 17:56:50 +0100
commit377a06db0de3850573f2a8e2c33152cf3483ea61 (patch)
treeb9ad49f01f496caadbe70a16b3cb34674c4d7da7 /openbsd/Platform.h
parentbdb63a497beeb4b317296ca123c507233a2af889 (diff)
Implement File Descriptor Meter support for OpenBSD
Diffstat (limited to 'openbsd/Platform.h')
-rw-r--r--openbsd/Platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd/Platform.h b/openbsd/Platform.h
index 27d792e0..f357006c 100644
--- a/openbsd/Platform.h
+++ b/openbsd/Platform.h
@@ -59,6 +59,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