stream: Generalize stream_open_block().
authorBen Pfaff <blp@nicira.com>
Thu, 18 Mar 2010 19:59:32 +0000 (12:59 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 12 Apr 2010 18:13:04 +0000 (11:13 -0700)
commit766407ea9011d347d577a3409acb0f8d34cc72e1
tree9a1ec65614e13ae92acb05df59aa77f2fba37a18
parentc6278d208924bb04c41266ddca276712f95533bc
stream: Generalize stream_open_block().

This change makes it possible to separate opening a stream from blocking on
connection completion.  This avoids some code redundancy in an upcoming
commit.
lib/stream.c
lib/stream.h
ovsdb/ovsdb-client.c
tests/test-jsonrpc.c
tests/test-ovsdb.c