b54857b9a0
Motivation: Before struct's were passed per value and not pointer. This did enforce a memory copy which is not needed. Modifications: - Use "const struct....*" as replacement Result: No more unnecessary memory copies |
||
---|---|---|
.. | ||
io_netty_channel_epoll_Native.c | ||
io_netty_channel_epoll_Native.h | ||
io_netty_channel_unix_FileDescriptor.c | ||
io_netty_channel_unix_FileDescriptor.h |