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:
Kees Jongenburger
2012-06-05 09:43:18 +00:00
parent 6b8821515d
commit ade7dc8ded
16 changed files with 1219 additions and 61 deletions

View File

@@ -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);