diff options
Diffstat (limited to 'libdimension/internal/future.h')
-rw-r--r-- | libdimension/internal/future.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdimension/internal/future.h b/libdimension/internal/future.h index 047523e..5f25027 100644 --- a/libdimension/internal/future.h +++ b/libdimension/internal/future.h @@ -1,5 +1,5 @@ /************************************************************************* - * Copyright (C) 2010-2014 Tavian Barnes <tavianator@tavianator.com> * + * Copyright (C) 2010-2015 Tavian Barnes <tavianator@tavianator.com> * * * * This file is part of The Dimension Library. * * * @@ -42,7 +42,7 @@ struct dmnsn_future { pthread_cond_t cond; /// Minimum waited-on value. - double min_wait; + size_t min_wait; /// Number of threads working on the future's background task. unsigned int nthreads; |