summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client/src/saved-frames.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/protocol/client/src/saved-frames.h')
-rw-r--r--xlators/protocol/client/src/saved-frames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/saved-frames.h b/xlators/protocol/client/src/saved-frames.h
index 2944e8ee0ab..cd628232bb2 100644
--- a/xlators/protocol/client/src/saved-frames.h
+++ b/xlators/protocol/client/src/saved-frames.h
@@ -34,7 +34,7 @@
/* UGLY: have common typedef b/w saved-frames.c and protocol-client.c */
typedef int32_t (*gf_op_t) (call_frame_t *frame,
gf_hdr_common_t *hdr, size_t hdrlen,
- char *buf, size_t buflen);
+ struct iobuf *iobuf);
struct saved_frame {