diff options
Diffstat (limited to 'src/H5TSprivate.h')
-rw-r--r-- | src/H5TSprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5TSprivate.h b/src/H5TSprivate.h index 525450c..2d88637 100644 --- a/src/H5TSprivate.h +++ b/src/H5TSprivate.h @@ -25,7 +25,7 @@ /* Library level data structures */ typedef struct H5TS_mutex_struct { - pthread_t owner_thread; /* current lock owner */ + pthread_t *owner_thread; /* current lock owner */ pthread_mutex_t atomic_lock; /* lock for atomicity of new mechanism */ pthread_cond_t cond_var; /* condition variable */ unsigned int lock_count; |