Second round of changes incorporating Nathan's review comments.
Changes committed to git://oss.sgi.com/kenj/pcp.git dev
man/man1/pminfo.1 | 32 --
man/man1/pmprobe.1 | 32 --
man/man1/pmval.1 | 33 --
man/man3/GNUmakefile | 3
man/man3/pmlocalpmda.3 | 5
man/man3/pmspeclocalpmda.3 | 118 ++++++++++
src/include/impl.h | 1
src/libpcp/src/GNUmakefile | 2
src/libpcp/src/connect.c | 363 --------------------------------
src/libpcp/src/connectlocal.c | 474 ++++++++++++++++++++++++++++++++++++++++++
src/pminfo/GNUmakefile | 2
src/pminfo/do_local_spec.c | 107 ---------
src/pminfo/pminfo.c | 8
src/pmprobe/GNUmakefile | 10
src/pmprobe/pmprobe.c | 5
src/pmval/GNUmakefile | 10
src/pmval/pmval.c | 8
17 files changed, 627 insertions(+), 586 deletions(-)
commit 05ded3f96c18ae7cddec542e4dbf798b042ac9fa
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue Apr 13 14:04:24 2010 +1000
Generalized DSO PMDA support for PM_CONTEXT_LOCAL (part 2)
Changes after Nathan's review. Mostly this involves renaming the
command-line -K "spec" parsing routine to __pmSpecLocalPMDA() and
promoting this to libpcp.
|