socket-util: pipe for Windows.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 26 Feb 2014 16:47:37 +0000 (08:47 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 26 Feb 2014 20:39:55 +0000 (12:39 -0800)
commita19a3a9fc32f7a115e7e7bc6895355c10806d13b
tree17c6809c878ebb412533ecffa14feb819a76ef3d
parent60567113f79bd17fbe9f773d6c9416671a95ee88
socket-util: pipe for Windows.

Windows does have pipes (the interface is a little different).
We mostly use pipes in Linux to synchronize between parent and
children and also to handle fatal signals and then wake from poll_loop().

For Windows, we are using events for the same purpose. So don't
implement pipes for Windows.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/socket-util.c
lib/socket-util.h