refactor afs_CheckServers
[openafs.git] / src / afs / afs.h
index 13c68ca..6969831 100644 (file)
@@ -1330,6 +1330,11 @@ extern struct brequest afs_brs[NBRS];    /* request structures */
 #define IS_WLOCK 8
 #define FIND_CDEAD 16
 
+/* values for adown value of afs_LoopServers */
+#define AFS_LS_UP 0
+#define AFS_LS_DOWN 1
+#define AFS_LS_ALL 2
+
 /* values for flag param of afs_CheckVolumeNames */
 #define AFS_VOLCHECK_EXPIRED   0x1     /* volumes whose callbacks have expired */
 #define AFS_VOLCHECK_BUSY      0x2     /* volumes which were marked busy */