Fixed bug #31792 (getrusage() does not provide ru_nswap value).

This commit is contained in:
Ilia Alshanetsky 2005-03-01 21:32:25 +00:00
parent 865c23e947
commit 71b9b512cc

View File

@ -135,6 +135,7 @@ PHP_FUNCTION(getrusage)
PHP_RUSAGE_PARA(ru_nsignals);
PHP_RUSAGE_PARA(ru_nvcsw);
PHP_RUSAGE_PARA(ru_nivcsw);
PHP_RUSAGE_PARA(ru_nswap);
#endif /*_OSD_POSIX*/
PHP_RUSAGE_PARA(ru_utime.tv_usec);
PHP_RUSAGE_PARA(ru_utime.tv_sec);