[openib-general] [PATCH] uDAPL dapltest

Arlin Davis ardavis at ichips.intel.com
Thu Jul 28 13:40:04 PDT 2005


James,

Patch to fix build problem.

-arlin


Signed-off by: Arlin Davis <ardavis at ichips.intel.com>

Index: dapltest/test/dapl_bpool.c
===================================================================
--- dapltest/test/dapl_bpool.c  (revision 2930)
+++ dapltest/test/dapl_bpool.c  (working copy)
@@ -363,8 +363,8 @@
                     "BPOOL alloc_size     %x\n",
                     (int) bpool_ptr->alloc_size);
     DT_Tdep_PT_Printf (phead,
-                    "BPOOL pz_handle      %x\n",
-                    (int) bpool_ptr->pz_handle);
+                    "BPOOL pz_handle      %p\n",
+                     bpool_ptr->pz_handle);
     DT_Tdep_PT_Printf (phead,
                     "BPOOL num_segs       %x\n",
                     (int) bpool_ptr->num_segs);




More information about the general mailing list