Project

General

Profile

« Previous | Next » 

Revision ee52cf1d

Added by Nathan Scott about 15 years ago

  • ID ee52cf1d530317ed290e07bf3dc964b362e3ca5c

When starting a PMDA in socket mode, we must mark the file descriptor as such.

In order for socket communication to function on Windows, socket fd's must be
flagged (and hence distinct from pipes, so we know whether to write/send there).
This gets socket-based daemon PMDAs to startup correctly under Win32 conditions.

  • added
  • modified
  • copied
  • renamed
  • deleted