mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 00:02:50 -06:00
got started on inter-process communication
This commit is contained in:
7
src/runtime/c/pgf/ipc.h
Normal file
7
src/runtime/c/pgf/ipc.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef IPC_H
|
||||
#define IPC_H
|
||||
|
||||
PGF_INTERNAL_DECL
|
||||
pthread_rwlock_t *pgf_acquire_file_rwlock(const char* file_path);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user