Merge 1.8.0~pre4 packaging into master
[pkg-k5-afs_openafs.git] / src / bozo / bnode.p.h
blob26328d28f37cf7753c9e37ca671c2de22b89b911
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
8 */
10 #define NONOTIFIER "__NONOTIFIER__"
12 /* exit values indicating that NT SCM integrator should restart bosserver */
13 #ifdef AFS_NT40_ENV
14 #define BOSEXIT_RESTART 0xA0
15 #define BOSEXIT_DORESTART(code) (((code) & ~(0xF)) == BOSEXIT_RESTART)
16 #endif
18 /* max time to wait for fileserver shutdown */
19 #define FSSDTIME (30 * 60) /* seconds */