Fixed : crashing due to pile creation
[IRC.git] / Robust / src / Runtime / DSTM / interface / mcpileq.h
index 8291c5919e56e3f9c9407cc31d9fcc0050efa3e6..8c570d7f0428c26d34f5d8af82a2128a2b94f63d 100644 (file)
@@ -24,6 +24,7 @@ typedef struct prefetchpile {
 typedef struct mcpileq {
        prefetchpile_t *front, *rear;
        pthread_mutex_t qlock;
+       pthread_mutexattr_t qlockattr;
        pthread_cond_t qcond;
 }mcpileq_t;