/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

  1. /*
  2. * socket.d
  3. *
  4. * This module implements the platform specifics for the Socket class.
  5. *
  6. * Author: Dave Wilkinson
  7. * Originated: July 25th, 2009
  8. *
  9. */
  10. module platform.vars.socket;
  11. struct SocketPlatformVars {
  12. int m_skt;
  13. }