]> andersk Git - moira.git/blobdiff - dbck/dbck.h
mucked with host table authorization checks...
[moira.git] / dbck / dbck.h
index 3d39787db687a2ad1f60ff7fa4a628f69e92bb12..1cad37ce4996df304a2a63dfbd1aa8520e5ee98d 100644 (file)
@@ -1,15 +1,17 @@
 /* $Header$
  *
- * Declarations for SMS database consistancy checker
+ * Declarations for Moira database consistancy checker
  *
  *  (c) Copyright 1988 by the Massachusetts Institute of Technology.
  *  For copying and distribution information, please see the file
  *  <mit-copyright.h>.
  */
 
-#include <sms_app.h>
+#include <moira_site.h>
 #include <mit-copyright.h>
 
+#define NULL 0
+
 #define MODE_ASK 1
 #define MODE_NO 2
 #define MODE_PREEN 3
@@ -17,7 +19,7 @@
 
 extern int debug, mode, fast, dcmenable, warn;
 extern struct hash *users, *machines, *clusters, *lists;
-extern struct hash *filesys, *nfsphys, *strings;
+extern struct hash *filesys, *nfsphys, *strings, *subnets;
 
 #define MAX_ID_VALUE 32765
 #define MIN_ID_VALUE 100
@@ -35,8 +37,12 @@ struct user {
 
 struct machine {
     char name[33];
+    char owner_type;
+    int owner_id;
+    int snet_id;
     int mach_id;
     int clucount;
+    
 };
 
 struct cluster {
This page took 0.032011 seconds and 4 git commands to generate.