mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
fetchOps: fix more() prototype
Adjust the prototype in the fetchOps structure to match the recent change to rxfs_fetchMore(). Reviewed-on: http://gerrit.openafs.org/499 Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk> Tested-by: Derrick Brashear <shadow@dementia.org> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
529d487d65
commit
291d31e55f
@ -1381,7 +1381,7 @@ struct storeOps {
|
||||
};
|
||||
|
||||
struct fetchOps {
|
||||
int (*more)(void *rock, afs_uint32 *length, afs_uint32 *moredata);
|
||||
int (*more)(void *rock, afs_int32 *length, afs_uint32 *moredata);
|
||||
int (*read)(void *rock, afs_uint32 tlen, afs_uint32 *bytesread);
|
||||
int (*write)(void *rock, struct osi_file *fp, afs_uint32 offset,
|
||||
afs_uint32 tlen, afs_uint32 *byteswritten);
|
||||
|
Loading…
Reference in New Issue
Block a user