[openib-general] Re: [PATCH] uDAPL dapltest

James Lentini jlentini at netapp.com
Mon Aug 1 10:39:45 PDT 2005


Where was the build problem being seen? x86_64 or IA64? I want to 
record it in the checkin log message.

james

On Thu, 28 Jul 2005, Arlin Davis wrote:

> 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