minix/servers/sched
Lionel Sambuc 175d3e7eae Changing the message union to anonymous.
This allows us to write things like this:
  message m;
  m.m_notify.interrupts = new_value;

or
  message *mp;
  mp->m_notify.interrupts = new_value;

The shorthands macro have been adapted for the new scheme, and will be
kept as long as we have generic messages being used.

Change-Id: Icfd02b5f126892b1d5d2cebe8c8fb02b180000f7
2014-03-03 20:46:47 +01:00
..
main.c Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
Makefile Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
proto.h Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
sched.h Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
schedproc.h kernel: spelling fixes 2013-10-09 20:24:17 -04:00
schedule.c Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
utility.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00