1
0
forked from GitHub/gf-core

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

@@ -5,6 +5,7 @@ PGF_INTERNAL_DECL
pthread_rwlock_t *ipc_new_file_rwlock(const char* file_path);
PGF_INTERNAL
void ipc_release_file_rwlock(const char* file_path);
void ipc_release_file_rwlock(const char* file_path,
pthread_rwlock_t *rwlock);
#endif