Changes committed to git://oss.sgi.com:8090/nathans/pcp.git
src/cpan/PMDA.xs | 4 ++++
src/cpan/local.c | 7 ++++++-
src/dbpmda/src/pmda.c | 2 +-
src/include/impl.h | 2 +-
src/libkmtime/src/client.c | 2 +-
src/libpcp/src/util.c | 2 +-
src/libpcp/src/win32.c | 13 +++++++------
src/pmcd/src/config.c | 29 ++++++++++++-----------------
src/pmcd/src/pmcd.h | 2 --
src/pmdas/mysql/pmdamysql.pl | 31 ++++++++++++++++++++-----------
10 files changed, 53 insertions(+), 41 deletions(-)
commit 9aca6ea35ef5a16fd74652304d015d89f4cc3e9e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Aug 25 14:51:01 2008 +1000
This removes the argc parameter from the __pmProcessCreate routine
that was added for the Windows native port. This information can
be more effectively conveyed using the nul-termination of the argv
array, so we were doubling up on some info there. Resolves a pmcd
QA issue by reverting the related changes in that code.
commit e839db9269b64b48b8b41e68d60a524c7a65d347
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Aug 25 14:42:53 2008 +1000
When generating a Perl PMDA namespace, provide an option for
creating
the namespace root as well (for testing, not needed otherwise).
commit dacbeaed2e0e07e68c0b4a98d8a299b35b413727
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Aug 25 14:40:00 2008 +1000
Add a mechanism for setting pmDebug when using a Perl PMDA.
commit 1aa0ca24020b7e5df0d8ede7ab48d7df7a9a62b8
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Aug 25 09:09:19 2008 +1000
Additional diagnostics in the MySQL PMDA. Fix a lost "use"
statement,
and remove a variable name scoping quirk leftover from debugging.
|