>signed-off-by:stan smith <[email protected]>

fine by me

>
>--- a/tests/perftest/rdma_bw/rdma_bw.c Tue Apr 13 15:32:15 2010
>+++ b/tests/perftest/rdma_bw/rdma_bw.c Tue Apr 13 14:57:14 2010
>@@ -101,7 +101,7 @@
>
> static struct pingpong_context *pp_client_connect_cma(struct pp_data *data)
> {
>-      struct addrinfo *res, *t;
>+      struct addrinfo *res;
>       struct addrinfo hints;
>       char service[6];
>       int n;
>@@ -267,10 +267,10 @@
>
> static struct pingpong_context *pp_server_connect_cma(struct pp_data *data)
> {
>-      struct addrinfo *res, *t;
>+      struct addrinfo *res;
>       struct addrinfo hints;
>       char service[6];
>-      SOCKET sockfd = INVALID_SOCKET, connfd;
>+      SOCKET sockfd = INVALID_SOCKET;
>       int n;
>       struct rdma_cm_event *event, *accept_event;
>       struct sockaddr_in sin;
_______________________________________________
ofw mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw

Reply via email to