Implement streams IPC mechanism
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m47s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m47s
This commit is contained in:
@@ -111,4 +111,10 @@ int exec_partial_fini (int pid);
|
||||
/* get this process' PID */
|
||||
int get_self_pid (void);
|
||||
|
||||
/* Write to a stream */
|
||||
int stream_write (int pgid, int rid, void* buffer, size_t size);
|
||||
|
||||
/* Read from a stream */
|
||||
int stream_read (int pgid, int rid, void* buffer, size_t size);
|
||||
|
||||
#endif // _LIBMSL_M_SYSTEM_H
|
||||
|
||||
Reference in New Issue
Block a user