mirror of
https://github.com/drasko/codezero.git
synced 2026-01-24 16:53:14 +01:00
Unstable changes for ipc - Fork fails for some reason
This commit is contained in:
@@ -104,6 +104,9 @@ struct ktcb {
|
||||
struct spinlock waitlock;
|
||||
struct waitqueue_head *waiting_on;
|
||||
struct waitqueue *wq;
|
||||
|
||||
/* Extended ipc buffer, points to the space after ktcb */
|
||||
char extended_ipc_buffer[];
|
||||
};
|
||||
|
||||
/* Per thread kernel stack unified on a single page. */
|
||||
|
||||
Reference in New Issue
Block a user