2 * Copyright 2000, International Business Machines Corporation and others.
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
13 Institution: The Information Technology Center, Carnegie-Mellon University
21 /* Common definitions for volume utilities */
23 #define VUTIL_TIMEOUT 15 /* Timeout period for a remote host */
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 */
30 #endif /* AFS_VUTILS_H */