UKERNEL: prototype uafs_Shutdown
authorAndrew Deason <adeason@sinenomine.net>
Thu, 8 Apr 2010 22:26:09 +0000 (17:26 -0500)
committerDerrick Brashear <shadow@dementia.org>
Fri, 9 Apr 2010 18:52:20 +0000 (11:52 -0700)
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 <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>

src/afs/UKERNEL/afs_usrops.h

index 9be728f..8a0bec6 100644 (file)
@@ -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__ */