[PVFS2-CVS] commit by slang in pvfs2/src/io/bmi/bmi_ib: ib.c

CVS commit program cvs at parl.clemson.edu
Fri Nov 11 16:31:04 EST 2005


Update of /projects/cvsroot/pvfs2/src/io/bmi/bmi_ib
In directory parlweb:/tmp/cvs-serv32535/src/io/bmi/bmi_ib

Modified Files:
	ib.c 
Log Message:
moved the llu and lld macros to an internal header so that we don't have to include pvfs2-config.h in the installed pvfs2-types.h header.


Index: ib.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi_ib/ib.c,v
diff -p -u -r1.18 -r1.19
--- ib.c	10 Nov 2005 01:27:03 -0000	1.18
+++ ib.c	11 Nov 2005 21:31:03 -0000	1.19
@@ -5,7 +5,7 @@
  *
  * See COPYING in top-level directory.
  *
- * $Id: ib.c,v 1.18 2005/11/10 01:27:03 slang Exp $
+ * $Id: ib.c,v 1.19 2005/11/11 21:31:03 slang Exp $
  */
 #include <stdio.h>  /* just for NULL for id-generator.h */
 #include <src/common/id-generator/id-generator.h>
@@ -13,6 +13,7 @@
 #include <src/common/gen-locks/gen-locks.h>  /* gen_mutex_t ... */
 #include <vapi_common.h>  /* VAPI_cqe_opcode_sym ... */
 #include "ib.h"
+#include "pvfs2-internal.h"
 
 static gen_mutex_t interface_mutex = GEN_MUTEX_INITIALIZER;
 



More information about the PVFS2-CVS mailing list