Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / bozo / bnode.p.h
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
4 *
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 */
9
10 #define NONOTIFIER "__NONOTIFIER__"
11
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
17
18 /* max time to wait for fileserver shutdown */
19 #define FSSDTIME (30 * 60) /* seconds */