ubik: check if epoch is sane before db relabel
[openafs.git] / src / ubik / ubik.p.h
index 2c1a318..9454cac 100644 (file)
 #include <lwp.h>
 #endif
 
+/*! Sanity check: This macro represents an arbitrary date in the past
+ * (Tue Jun 20 15:36:43 2017). The database epoch must be greater or
+ * equal to this value. */
+#define        UBIK_MILESTONE      1497987403
+
 /*!
  * \brief per-client structure for ubik
  */