[Pvfs2-cvs] commit by bligon in pvfs2/src/io/bmi/bmi_mx: mx.c
CVS commit program
cvs at parl.clemson.edu
Tue May 31 14:16:48 EDT 2011
Update of /projects/cvsroot/pvfs2/src/io/bmi/bmi_mx
In directory parlweb1:/tmp/cvs-serv28717/src/io/bmi/bmi_mx
Modified Files:
Tag: Orange-Branch
mx.c
Log Message:
Added prototype for BMI_mx_memalloc to keep compiler from complaining.
Index: mx.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi_mx/mx.c,v
diff -p -u -r1.30.10.3 -r1.30.10.4
--- mx.c 30 May 2011 17:39:49 -0000 1.30.10.3
+++ mx.c 31 May 2011 18:16:48 -0000 1.30.10.4
@@ -39,6 +39,9 @@ bmx_peer_connect(struct bmx_peer *peer);
static void
bmx_create_peername(void);
+void *
+BMI_mx_memalloc(bmi_size_t size, enum bmi_op_type send_recv);
+
static int
bmx_peer_init_state(struct bmx_peer *peer) __attribute__ ((unused));
More information about the Pvfs2-cvs
mailing list