public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-127-ga8f0b55
@ 2011-03-03 16:50 dsmith
  0 siblings, 0 replies; only message in thread
From: dsmith @ 2011-03-03 16:50 UTC (permalink / raw)
  To: systemtap-cvs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  a8f0b557e376c35ce9d24b798f387829e9ca9ece (commit)
      from  a56916088bdb03686e07fd8da5b9fa9727a492ec (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a8f0b557e376c35ce9d24b798f387829e9ca9ece
Author: David Smith <dsmith@redhat.com>
Date:   Thu Mar 3 10:50:09 2011 -0600

    Simplified logger PMDA by no longer needing custom main loop.
    
    * pcp/src/pmdas/logger/logger.h: Removed unused file.
    * pcp/src/pmdas/logger/loggerMain.c: Ditto.
    * pcp/src/pmdas/logger/GNUmakefile.in: Removed logger.h and loggerMain.c
      references.
    * pcp/src/pmdas/logger/event.c (event_init): Opens logfile.
    * pcp/src/pmdas/logger/event.h: Updated event_init() prototype.
    * pcp/src/pmdas/logger/logger.c (logger_init): Calls event_init().
      (main): Calls pmdaMain() instead of old custom loggerMain().

-----------------------------------------------------------------------

Summary of changes:
 pcp/src/pmdas/logger/GNUmakefile.in |    5 +-
 pcp/src/pmdas/logger/event.c        |   27 +++++++++--
 pcp/src/pmdas/logger/event.h        |    2 +-
 pcp/src/pmdas/logger/logger.c       |    6 +-
 pcp/src/pmdas/logger/logger.h       |   26 ----------
 pcp/src/pmdas/logger/loggerMain.c   |   91 -----------------------------------
 6 files changed, 29 insertions(+), 128 deletions(-)
 delete mode 100644 pcp/src/pmdas/logger/logger.h
 delete mode 100644 pcp/src/pmdas/logger/loggerMain.c


hooks/post-receive
--
systemtap: system-wide probe/trace tool


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-03 16:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-03 16:50 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-127-ga8f0b55 dsmith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).