From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17504 invoked by alias); 5 Dec 2011 17:37:11 -0000 Received: (qmail 17381 invoked by uid 448); 5 Dec 2011 17:37:10 -0000 Date: Mon, 05 Dec 2011 17:37:00 -0000 Message-ID: <20111205173710.17356.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-544-g933e53b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8beafa45f6c3660d152160c80e2dd3cba2166597 X-Git-Newrev: 933e53b0652f2e86c59e41073813731c6f877acc Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2011-q4/txt/msg00186.txt.bz2 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 933e53b0652f2e86c59e41073813731c6f877acc (commit) from 8beafa45f6c3660d152160c80e2dd3cba2166597 (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 933e53b0652f2e86c59e41073813731c6f877acc Author: Dave Brolley Date: Mon Dec 5 12:35:00 2011 -0500 PR 13323: staprun should check return code from send_request when sending messages via the transport layer The return code of send_request is now propagated and checked back to init_staprun. ----------------------------------------------------------------------- Summary of changes: runtime/staprun/common.c | 15 ++++--- runtime/staprun/mainloop.c | 13 +++++- runtime/staprun/relay.c | 2 +- runtime/staprun/staprun.c | 95 +++++++++++++++++++++++++++++------------- runtime/transport/control.c | 4 +- 5 files changed, 88 insertions(+), 41 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool