Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / vol / vutils.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 /*
11 System: VICE-TWO
12 Module: vutils.h
13 Institution: The Information Technology Center, Carnegie-Mellon University
14
15 */
16
17 #ifndef AFS_VUTILS_H
18 #define AFS_VUTILS_H
19
20
21 /* Common definitions for volume utilities */
22
23 #define VUTIL_TIMEOUT 15 /* Timeout period for a remote host */
24
25
26 /* Exit codes -- see comments in tcp/exits.h */
27 #define VUTIL_RESTART 64 /* please restart this job later */
28 #define VUTIL_ABORT 1 /* do not restart this job */
29
30 #endif /* AFS_VUTILS_H */