minix/servers/lwip
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
..
driver.c LWIP: move chardev message parsing into libnetsock 2014-03-01 09:04:51 +01:00
driver.h make minix lwip make explicit use of 'int' 2013-04-11 22:37:30 +02:00
eth.c LWIP: move chardev message parsing into libnetsock 2014-03-01 09:04:51 +01:00
inet_config.c Aligning dev_t to 64bits. 2014-03-02 12:28:32 +01:00
inet_config.h Cleanup servers to make GCC/Clang a little happier 2011-09-08 13:57:03 +00:00
lwip.c Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
Makefile fix a few more minix specific warnings 2013-08-27 16:16:03 +00:00
proto.h LWIP: move chardev message parsing into libnetsock 2014-03-01 09:04:51 +01:00
raw_ip.c LWIP: move chardev message parsing into libnetsock 2014-03-01 09:04:51 +01:00
tcp.c Rewrite character driver protocol 2014-03-01 09:04:52 +01:00
udp.c LWIP: move chardev message parsing into libnetsock 2014-03-01 09:04:51 +01:00