forked from GitHub/gf-core
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