got started on inter-process communication

This commit is contained in:
krangelov
2021-09-24 11:25:58 +02:00
parent a2102b43bd
commit bdd84f10f9
3 changed files with 121 additions and 0 deletions

7
src/runtime/c/pgf/ipc.h Normal file
View 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