From: Andrew Deason Date: Thu, 8 Apr 2010 22:26:09 +0000 (-0500) Subject: UKERNEL: prototype uafs_Shutdown X-Git-Tag: openafs-devel-1_5_74~52 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=269d7cc02ad65af5caf0369a07eab54052378ce8;p=packages%2Fo%2Fopenafs.git UKERNEL: prototype uafs_Shutdown Prototype uafs_Shutdown in afs_usrops.h, so users of libuafs can stop the CM. Change-Id: I63e0106f7bfb5fff9a3ff1936005f6e24855efec Reviewed-on: http://gerrit.openafs.org/1719 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/afs/UKERNEL/afs_usrops.h b/src/afs/UKERNEL/afs_usrops.h index 9be728f1b..8a0bec690 100644 --- a/src/afs/UKERNEL/afs_usrops.h +++ b/src/afs/UKERNEL/afs_usrops.h @@ -152,5 +152,6 @@ extern int uafs_RPCStatsDisablePeer(void); extern int uafs_IsRoot(char *path); extern int uafs_statmountpoint_r(char *path); extern int uafs_statvfs(struct statvfs *buf); +extern void uafs_Shutdown(void); #endif /* __AFS_USROPS_H__ */