pcp
[Top] [All Lists]

pcp updates

To: pcp@xxxxxxxxxxx
Subject: pcp updates
From: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri, 25 Feb 2011 07:00:16 +1100
Reply-to: kenj@xxxxxxxxxxxxxxxx
Merged Nathan's first round of errnno changes and retire V1 of the
pmlc-pmlogger protocol

Changes committed to git://oss.sgi.com/kenj/pcp.git pcp4
(note this is the pcp4 branch)

 configure.in                       |    7 ++-----
 src/include/builddefs.in           |    2 +-
 src/include/impl.h                 |    2 --
 src/include/platform_defs.h.in     |   22 ++++++++++++++++------
 src/libpcp/src/access.c            |   21 +++------------------
 src/libpcp/src/auxconnect.c        |   22 +++-------------------
 src/libpcp/src/logconnect.c        |    2 +-
 src/libpcp/src/pdu.c               |    1 -
 src/libpcp/src/win32.c             |    6 ------
 src/libpcp_http/src/http_fetcher.c |   12 ++++--------
 src/libpcp_trace/src/trace.c       |    4 ++--
 src/pmdas/cisco/pmda.c             |    4 ++--
 src/pmdas/cisco/probe.c            |    2 +-
 src/pmdas/pmcd/help                |    8 --------
 src/pmdas/pmcd/root_pmcd           |    2 --
 src/pmdas/pmcd/src/pmcd.c          |    4 ----
 src/pmlogger/dopdu.c               |    1 -
 src/telnet-probe/telnet-probe.c    |    6 +-----
 18 files changed, 36 insertions(+), 92 deletions(-)

commit 2aa5234bab9f03c494f4ee48a57646cef72e8944
Merge: 9299f37 9a7943a
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date:   Fri Feb 25 06:54:26 2011 +1100

    Merge branch 'dev' into pcp4

commit 9a7943a46873208c0b5ffd922c1480daf8f2030d
Merge: c639abb 6c8e394
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date:   Fri Feb 25 06:53:42 2011 +1100

    Merge branch 'dev' of git://oss.sgi.com/nathans/pcp into dev

commit 6c8e39480f66d87869305ff9e4b28a4723306da1
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Thu Feb 24 08:53:07 2011 +1100

    Correct cross-platform herrno handling, particularly for Win32.
    
    This commit adds the initial macros for correcting cross-platform
    issues with how we deal with errno and friends.  It introduces a
    set of platform independent macros which abstract the differences
    and does the translation for herrno.  Various scattered hacks to
    deal with hstrerror throughout the code have beem removed.
    
    Changes for errno and the Win32 socket API error codes are alot
    more extensive, thats not addressed here (that will come next).

commit 9299f37c50ae75334766c98ed836ed59dfc12d27
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date:   Wed Feb 23 21:08:26 2011 +1100

    Retire V1 of pmlc-pmlogger protocol.
    
    Means removing all references to PDU_DATA_X and LOG_PDU_VERSION1.



<Prev in Thread] Current Thread [Next in Thread>