mirror of
https://github.com/drasko/codezero.git
synced 2026-02-06 06:53:18 +01:00
Added first part of extended ipc support.
- Extended ipc tests - Need to copy from ktcb-to-ktcb instead of ktcb-to-user - Need to check flags of both ipc parties before ipc copy type.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
extern pid_t parent_of_all;
|
||||
|
||||
void ipc_full_test(void);
|
||||
void ipc_extended_test(void);
|
||||
|
||||
int shmtest(void);
|
||||
int forktest(void);
|
||||
|
||||
Reference in New Issue
Block a user