Upgrade libddekit and introduce devmand.
Devmand (Device manager daemon) is the daemon that will dynamically manage services based on events received from the system.
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
|
||||
struct ddekit_minix_msg_q;
|
||||
|
||||
void ddekit_minix_queue_msg(message *m);
|
||||
void ddekit_minix_queue_msg(message *m, int ipc_status);
|
||||
|
||||
void ddekit_minix_rcv(struct ddekit_minix_msg_q * mq, message *m);
|
||||
void ddekit_minix_rcv
|
||||
(struct ddekit_minix_msg_q * mq, message *m, int *ipc_status);
|
||||
|
||||
struct ddekit_minix_msg_q *ddekit_minix_create_msg_q(unsigned from,
|
||||
unsigned to);
|
||||
|
||||
Reference in New Issue
Block a user