/platform/unix/platform/vars/socket.d
http://github.com/wilkie/djehuty · D · 15 lines · 4 code · 2 blank · 9 comment · 0 complexity · abc9c23c196b7bef9f94643507113a96 MD5 · raw file
- /*
- * socket.d
- *
- * This module implements the platform specifics for the Socket class.
- *
- * Author: Dave Wilkinson
- * Originated: July 25th, 2009
- *
- */
- module platform.vars.socket;
- struct SocketPlatformVars {
- int m_skt;
- }