From: Dave H. <hel...@us...> - 2013-09-26 17:29:33
|
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 "sfcb - Small Footprint CIM Broker". The branch, master has been updated via 47a012a39e77ebfda24d14f97a53571aea902e40 (commit) from e8d77713779d38f94248c98c7e6c568e59464fc9 (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 47a012a39e77ebfda24d14f97a53571aea902e40 Author: Dave Heller <hel...@us...> Date: Thu Sep 26 13:27:16 2013 -0400 [sfcb-tix:#77] Fix prototype for stopBroker ----------------------------------------------------------------------- Summary of changes: sfcBroker.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sfcBroker.c b/sfcBroker.c index d96a6bb..c39eaa3 100644 --- a/sfcBroker.c +++ b/sfcBroker.c @@ -188,7 +188,7 @@ static int stopping = 0; extern int remSem(); static void -stopBroker() +stopBroker(void *p) { struct timespec waitTime; int sa=0,sp=0, count = 0; hooks/post-receive -- sfcb - Small Footprint CIM Broker |