clock: ensure that we re-init if the clocksource changes from the default
[fio.git] / gettime.h
index 309ef2108a646e764b9e3e120cfecd7d8e9cf802..64651a1badb35ef2112e30cd46c69c857b9e4264 100644 (file)
--- a/gettime.h
+++ b/gettime.h
@@ -8,6 +8,7 @@ enum fio_cs {
        CS_GTOD         = 1,
        CS_CGETTIME,
        CS_CPUCLOCK,
+       CS_INVAL,
 };
 
 extern void fio_gettime(struct timeval *, void *);