Github push to performancecopilot:pcp #github
| Newsgroups | gmane.comp.sysutils.pcp |
|---|---|
| Message-ID | <[email protected]> |
1 New Commit: [pcp:master] By Nathan Scott <[email protected]>: e33ef495a810 ( https://github.com/performancecopilot/pcp/commit/e33ef495a8109e85df465764740f3c7311878536 ) : pmdalinux: fix zoneinfo protection metrics on 32-bit platforms Resolve a compiler warning Ken came across where recently added zoneinfo protection metric indom was storing values directly in the value pointer. That meant we attempted to place a 64-bit value into a 32-bit pointer and the compiler rightly complained. Resolved by dynamically allocating space to hold these values. Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/pmda.c ) Modified: src/pmdas/linux/proc_zoneinfo.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_zoneinfo.c )