Changes committed to git://oss.sgi.com/nathans/pcp.git
src/include/pmda.h | 4
src/libpcp_pmda/src/tree.c | 8
src/pmdas/mmv/mmv.c | 655 ++++++++++++++++++++++++++------------------
src/pmdas/oracle/.gitignore | 2
4 files changed, 399 insertions(+), 270 deletions(-)
commit e33fd21ae7df94386138efc5eafcae321072a83d
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jan 28 17:39:08 2010 +1100
Add gitignore files in pmdaoracle area.
commit 88dccc5b547a1c42a7467be9937373680dc1166e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jan 28 17:38:22 2010 +1100
Rework pmdammv internals to support cross-file instances.
Refactored alot of the code dealing with the mmap files to
allow this, and to make the code alot more readable (esp.
the map_stats() routine, which was getting quite large).
commit 987220939d2814b2148fbb96185878bb517b9670
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jan 28 17:36:09 2010 +1100
Use const pointers for some pmdaTree interfaces, where warranted.
|