summaryrefslogtreecommitdiff
path: root/psutil/arch/windows/mem.h
diff options
context:
space:
mode:
authorDaniel Widdis <widdis@gmail.com>2023-04-13 01:11:27 -0700
committerGitHub <noreply@github.com>2023-04-13 10:11:27 +0200
commit0dde184075f81a9b6e22caa7255396d21ae63769 (patch)
treed234e2a26bc6b77c576a0ddea6de42f61a96c4da /psutil/arch/windows/mem.h
parent67d988aeb5701bca3cc84795ae3f249b5c843451 (diff)
downloadpsutil-0dde184075f81a9b6e22caa7255396d21ae63769.tar.gz
Get Windows percent swap usage from performance counters (#2160)
Signed-off-by: Daniel Widdis <widdis@gmail.com>
Diffstat (limited to 'psutil/arch/windows/mem.h')
-rw-r--r--psutil/arch/windows/mem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/psutil/arch/windows/mem.h b/psutil/arch/windows/mem.h
index a10781df..48d3dade 100644
--- a/psutil/arch/windows/mem.h
+++ b/psutil/arch/windows/mem.h
@@ -8,3 +8,4 @@
PyObject *psutil_getpagesize(PyObject *self, PyObject *args);
PyObject *psutil_virtual_mem(PyObject *self, PyObject *args);
+PyObject *psutil_swap_percent(PyObject *self, PyObject *args);