server: make the setsockopt() error output a bit more informative
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 819d4fcbbef15704baf091906db818e2b6f6b631..81d58e8b3509b5f3610f2cbc62ef8bc8085e051a 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -78,6 +78,7 @@ enum {
        TD_F_VSTATE_SAVED       = 1U << 10,
        TD_F_NEED_LOCK          = 1U << 11,
        TD_F_CHILD              = 1U << 12,
+       TD_F_NO_PROGRESS        = 1U << 13,
 };
 
 enum {
@@ -516,6 +517,7 @@ enum {
        TD_FINISHING,
        TD_EXITED,
        TD_REAPED,
+       TD_LAST,
 };
 
 extern void td_set_runstate(struct thread_data *, int);