Changes committed to git://oss.sgi.com/nathans/pcp.git dev
src/libpcp/src/auxserver.c | 23 +---------
src/libpcp/src/check-statics | 2
src/libpcp/src/config.c | 92 ++++++++++++++-----------------------------
src/python/pcp/GNUmakefile | 2
4 files changed, 36 insertions(+), 83 deletions(-)
commit 1cf03e792b3a4e77794de322a406acf882956ded
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Mar 27 11:07:56 2013 +1100
Rework libpcp feature-test API internally for dynamic evaluation
With IPv6 becoming a runtime test (rather than build time), this
code really didn't support such extension. Refactor it to use a
feature-detecting callback which allows dynamic feature testing.
As a special once-off, never-to-be-repeated bonus offer, removed
the two new statics in libpcp for IPv6 - not much gain to caching
these results forever, I think (especially for the one use case
which sets up ports for the servers - only executed at startup of
the daemons).
commit 98cd58c30976e04abf11a159b3da231c07c7b84a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Mar 27 11:06:46 2013 +1100
Missed a spot in renaming some of the python modules
|