[Gluster-devel] [PATCH BUG:393 08/10] transport/ib-verbs: add missing buflen_p parameter
Corentin Chary
corentin.chary at gmail.com
Wed Nov 18 11:14:00 UTC 2009
Signed-off-by: Corentin Chary <corentin.chary at gmail.com>
---
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
More information about the Gluster-devel
mailing list