[Pvfs2-cvs] commit by nlmills in pvfs2/src/io/bmi/bmi_mx: mx.c
CVS commit program
cvs at parl.clemson.edu
Tue May 17 15:32:51 EDT 2011
Update of /projects/cvsroot/pvfs2/src/io/bmi/bmi_mx
In directory parlweb1:/tmp/cvs-serv18109/src/io/bmi/bmi_mx
Modified Files:
Tag: cu-security-branch
mx.c
Log Message:
merge with Orange-Branch
Index: mx.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi_mx/mx.c,v
diff -p -u -r1.21.2.5 -r1.21.2.6
--- mx.c 19 Jun 2010 00:01:54 -0000 1.21.2.5
+++ mx.c 17 May 2011 19:32:50 -0000 1.21.2.6
@@ -24,11 +24,11 @@ gen_mutex_t mem_used_lock; /* lock
#endif
/* statics for event logging */
-static PINT_event_type bmi_mx_send_event_id;
-static PINT_event_type bmi_mx_recv_event_id;
+static PINT_event_type bmi_mx_send_event_id __attribute__ ((unused));
+static PINT_event_type bmi_mx_recv_event_id __attribute__ ((unused));
-static PINT_event_group bmi_mx_event_group;
-static pid_t bmi_mx_pid;
+static PINT_event_group bmi_mx_event_group __attribute__ ((unused));
+static pid_t bmi_mx_pid __attribute__ ((unused));
mx_unexp_handler_action_t
bmx_unexpected_recv(void *context, mx_endpoint_addr_t source,
@@ -38,6 +38,9 @@ static int
bmx_peer_connect(struct bmx_peer *peer);
static void
bmx_create_peername(void);
+
+static int
+bmx_peer_init_state(struct bmx_peer *peer) __attribute__ ((unused));
/**** Completion function token handling ****************************/
/* We should not hold any locks when calling mx_test[_any](),
More information about the Pvfs2-cvs
mailing list