util: Make WSAStartup available outside stream.c.
authorGurucharan Shetty <gshetty@nicira.com>
Fri, 23 May 2014 17:07:49 +0000 (10:07 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 24 Jun 2014 16:35:43 +0000 (09:35 -0700)
commit64559798f85900cbacd6abd76accc5d17a206bef
tree3adf808340b53e677f573a7a02c0362d08a6e8f0
parentc354fcc575718928224612f135b231f7e1584c2a
util: Make WSAStartup available outside stream.c.

WSAStartup() needs to be called before using winsock2 related
functions. We need this for almost all the utilities. So call
it through OVS_CONSTRUCTOR.

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