mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
libafs: correct export_reqhandler prototype
The export_reqhandler function pointer takes an afs_int32*, not an afs_int32 as the fourth argument. Change-Id: I89ef9cfd23a5b673cbbb29fc710236cfe1e3c7cf Reviewed-on: http://gerrit.openafs.org/2257 Tested-by: Andrew Deason <adeason@sinenomine.net> Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
7d1bbee02a
commit
7005aec9a4
@ -52,7 +52,7 @@ struct exporterops {
|
||||
int (*export_reqhandler) (struct afs_exporter *exp,
|
||||
afs_ucred_t **cred,
|
||||
afs_uint32 host,
|
||||
afs_int32 pag,
|
||||
afs_int32 *pag,
|
||||
struct afs_exporter **expp);
|
||||
void (*export_hold) (struct afs_exporter *exp);
|
||||
void (*export_rele) (struct afs_exporter *exp);
|
||||
|
Loading…
Reference in New Issue
Block a user