From 269d7cc02ad65af5caf0369a07eab54052378ce8 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Thu, 8 Apr 2010 17:26:09 -0500 Subject: [PATCH] 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 --- src/afs/UKERNEL/afs_usrops.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/afs/UKERNEL/afs_usrops.h b/src/afs/UKERNEL/afs_usrops.h index 9be728f1b2..8a0bec6907 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__ */