forked from GitHub/gf-core
update ipc.h
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
#define IPC_H
|
||||
|
||||
PGF_INTERNAL_DECL
|
||||
pthread_rwlock_t *pgf_acquire_file_rwlock(const char* file_path);
|
||||
pthread_rwlock_t *ipc_new_file_rwlock(const char* file_path);
|
||||
|
||||
PGF_INTERNAL
|
||||
void ipc_release_file_rwlock(const char* file_path);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user