diff options
| author | Anand V. Avati <avati@amp.gluster.com> | 2009-04-11 18:15:11 +0530 | 
|---|---|---|
| committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-12 11:33:47 +0530 | 
| commit | ad86fba6e22b10b06aa44426c2ab3591c54ed0a7 (patch) | |
| tree | d2a898bdf2f80e878f18887b4e87c7c013442c74 /xlators/protocol/client/src/saved-frames.h | |
| parent | 2e743ddc4a89f8a4d0c9ff0f16a6faf0218e453f (diff) | |
updated protocol/client with new readv writev prototypes
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'xlators/protocol/client/src/saved-frames.h')
| -rw-r--r-- | xlators/protocol/client/src/saved-frames.h | 2 | 
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 {  | 
