]> andersk Git - moira.git/blobdiff - dbck/dbck.h
Deal with entries in the nfsphys table having allocations bigger than
[moira.git] / dbck / dbck.h
index a7ac2e01cd5415a53108b8047db713403b69146e..6888e3bb38236c60b80239f64e245b44d3704a86 100644 (file)
@@ -99,9 +99,9 @@ struct nfsphys {
   char dir[NFSPHYS_DIR_SIZE];
   int mach_id;
   int nfsphys_id;
-  int allocated;
+  unsigned long long allocated;
   int modby;
-  int count;
+  unsigned long long count;
 };
 
 struct printserver {
This page took 0.050505 seconds and 4 git commands to generate.