gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gluster-devel] [PATCH BUG:393 08/10] transport/ib-verbs: add missing bu


From: Corentin Chary
Subject: [Gluster-devel] [PATCH BUG:393 08/10] transport/ib-verbs: add missing buflen_p parameter
Date: Wed, 18 Nov 2009 12:14:00 +0100

Signed-off-by: Corentin Chary <address@hidden>
---
 transport/ib-verbs/src/ib-verbs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/transport/ib-verbs/src/ib-verbs.c 
b/transport/ib-verbs/src/ib-verbs.c
index 6fc8172..b7b3342 100644
--- a/transport/ib-verbs/src/ib-verbs.c
+++ b/transport/ib-verbs/src/ib-verbs.c
@@ -474,7 +474,7 @@ ib_verbs_submit (transport_t *this, char *buf, int32_t len,
 
 static int
 ib_verbs_receive (transport_t *this, char **hdr_p, size_t *hdrlen_p,
-                  struct iobuf **iobuf_p)
+                  struct iobuf **iobuf_p, size_t *buflen_p)
 {
         ib_verbs_private_t *priv = this->private;
         /* TODO: return error if !priv->connected, check with locks */
-- 
1.6.4.4





reply via email to

[Prev in Thread] Current Thread [Next in Thread]