]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/bc_types.h
ebl Remove TCABD reference
[bacula/bacula] / bacula / src / bc_types.h
index 76ecd86d58b75bce679fb49543de15afce0db8c0..4a7c30de5393fc38782454df0f9b17302245dd9b 100644 (file)
@@ -57,7 +57,7 @@
  * In principle, the only field that really should need to be
  *  64 bits is the FileId_t
  */
-typedef uint32_t FileId_t;
+typedef uint64_t FileId_t;
 typedef uint32_t DBId_t;              /* general DB id type */
 typedef uint32_t JobId_t;