All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] Cluster Project branch, STABLE2, updated. cluster-2.03.02-13-g45932c8
@ 2008-05-16  6:51 fabbione
  0 siblings, 0 replies; only message in thread
From: fabbione @ 2008-05-16  6:51 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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 "Cluster Project".

http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=45932c80f1a21c5c6b7486a9026a2e63e9b14d25

The branch, STABLE2 has been updated
       via  45932c80f1a21c5c6b7486a9026a2e63e9b14d25 (commit)
      from  776b7f3d3d78891d2c79818c0fa9dc54c8449a13 (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 45932c80f1a21c5c6b7486a9026a2e63e9b14d25
Author: Fabio M. Di Nitto <fdinitto@redhat.com>
Date:   Fri May 16 08:49:06 2008 +0200

    [CCS] Make a bunch of functions static
    
    Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>

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

Summary of changes:
 ccs/lib/libccs.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ccs/lib/libccs.c b/ccs/lib/libccs.c
index 2b9f179..f8e825a 100644
--- a/ccs/lib/libccs.c
+++ b/ccs/lib/libccs.c
@@ -131,7 +131,7 @@ static int setup_interface_ipv4(int *sp, int port){
 }
 
 
-int
+static int
 setup_interface_local(int *sp)
 {
   struct sockaddr_un sun;
@@ -310,7 +310,7 @@ static int do_request(char *buffer){
 *
 * Returns: >= 0 on success, < 0 on error
 */
-int _ccs_connect(const char *cluster_name, int flags){
+static int _ccs_connect(const char *cluster_name, int flags){
   int error = 0;
   char *buffer = NULL;
   comm_header_t *ch = NULL;
@@ -447,7 +447,7 @@ int ccs_disconnect(int desc){
  *
  * Returns: 0 on success, < 0 on failure
  */
-int _ccs_get(int desc, const char *query, char **rtn, int list){
+static int _ccs_get(int desc, const char *query, char **rtn, int list){
   int error = 0;
   char *buffer = NULL;
   comm_header_t *ch = NULL;


hooks/post-receive
--
Cluster Project



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

only message in thread, other threads:[~2008-05-16  6:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-16  6:51 [Cluster-devel] Cluster Project branch, STABLE2, updated. cluster-2.03.02-13-g45932c8 fabbione

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.