diff options
| author | wiggin15 <wiggin15@yahoo.com> | 2017-10-31 11:46:08 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2017-10-31 10:46:08 +0100 |
| commit | 65a52341b55faaab41f68ebc4ed31f18f0929754 (patch) | |
| tree | ac934885eb53fc38206f93f62027684a38f5d68a /setup.py | |
| parent | 1781c243e590d4dfdb3abff9a658fdc8bbec80b4 (diff) | |
| download | psutil-65a52341b55faaab41f68ebc4ed31f18f0929754.tar.gz | |
AIX: implement num_ctx_switches (#1164)
* small changes
* AIX: implement num_ctx_switches
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -248,6 +248,7 @@ elif AIX: sources=sources + [ 'psutil/_psutil_aix.c', 'psutil/arch/aix/net_connections.c', + 'psutil/arch/aix/common.c', 'psutil/arch/aix/ifaddrs.c'], libraries=['perfstat'], define_macros=macros) |
