mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 10:48:54 -06:00
update ipc.h
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
#define IPC_H
|
#define IPC_H
|
||||||
|
|
||||||
PGF_INTERNAL_DECL
|
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
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user