kernel: implement a generic object signalling system
This commit is contained in:
@@ -9,7 +9,7 @@ struct msg;
|
||||
struct channel {
|
||||
struct object c_base;
|
||||
unsigned int c_id;
|
||||
struct waitqueue c_wq;
|
||||
unsigned int c_msg_waiting;
|
||||
struct btree c_msg;
|
||||
struct btree_node c_node;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user