now we use inter-process locking

This commit is contained in:
krangelov
2021-10-25 19:14:25 +02:00
parent d061403ba2
commit 157574763f
4 changed files with 76 additions and 26 deletions

View File

@@ -60,7 +60,7 @@ private:
const char *filepath;
malloc_state* ms;
pthread_rwlock_t rwlock;
pthread_rwlock_t *rwlock;
friend class PgfReader;