Changes committed to git://oss.sgi.com/pcp/pcp.git dev
src/include/pcp/impl.h | 11 +----------
src/libpcp/src/connect.c | 2 +-
src/libpcp/src/internal.h | 9 +++++++++
src/libpcp/src/logconnect.c | 6 +-----
src/libpcp/src/pdu.c | 2 +-
src/pmdas/elasticsearch/pmdaelasticsearch.pl | 25 +++++++++++++++++++++++--
6 files changed, 36 insertions(+), 19 deletions(-)
commit 4e268ec9343f6d3cc8c6020415b2400e48081ad7
Author: Ryan Doyle <rdoyle@xxxxxxxxxx>
Date: Fri Mar 8 14:19:11 2013 +1100
Implement the master_node metric for the elasticsearch PMDA
commit 1f9b6f1f635a465e1cc1f4b65016c2da391caa7d
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Mar 7 19:35:19 2013 +1100
Cleanup impl.h newly-exposed network APIs
Some small libpcp-internal utility routines that really don't need
to be exposed to the world have been moved into libpcp/internal.h.
Also remove some duplicated include lines in affected source files.
|