baweaver / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

[sunos] Missing wpkts field on 32bit arch #363

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using sunos branch I see a bug in get_network_io_counters(). The wpkt field is 
not added to py_ifc_info result tuple on 32bit arch.

See the source:
https://code.google.com/p/psutil/source/browse/psutil/_psutil_sunos.c?name=sunos
#713

Original issue reported on code.google.com by tehj...@gmail.com on 8 Apr 2013 at 11:35

GoogleCodeExporter commented 8 years ago
Thanks. Fixed in revision ff76a4e33da3.
Merging into issue 18.

Original comment by g.rodola on 9 Apr 2013 at 1:36