This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-215-g0c38546


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  0c385461d8cf7e6793b3f67411feae3c1ef5f1dc (commit)
      from  f301a9ffc92637ab53ff5a1d29494c560cb7f37f (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 0c385461d8cf7e6793b3f67411feae3c1ef5f1dc
Author: David Smith <dsmith@redhat.com>
Date:   Thu Mar 31 11:23:27 2011 -0500

    Change the logger PMDA config file lines to be of the form "NAME PATHNAME".
    
    * pcp/src/pmdas/logger/logger.c (valid_pmns_name): New function.
      (read_config): Read NAME and PATHNAME from each config file line.  Make
      sure NAME is a valid PMNS name.
    * pcp/src/pmdas/logger/Install: Ask for logfile names along with paths.
    * pcp/src/pmdas/logger/event.h: Swap the order of the logfile name and
      pathname to mirror the new config file.

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

Summary of changes:
 pcp/src/pmdas/logger/Install  |   29 ++++++---
 pcp/src/pmdas/logger/event.h  |    2 +-
 pcp/src/pmdas/logger/logger.c |  131 +++++++++++++++++++++++++++-------------
 3 files changed, 108 insertions(+), 54 deletions(-)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]