Check invariants earlier in vconn and stream code.
authorBen Pfaff <blp@nicira.com>
Wed, 6 Jan 2010 22:20:19 +0000 (14:20 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 6 Jan 2010 22:20:19 +0000 (14:20 -0800)
commite0668bd1d448d6f17c20b9c7ba91344180809061
treea70b637ed57ae4e63e2500f1faae5412a9a25747
parent84ee7bcfdeed0abe9306e6375934b224b527f1d3
Check invariants earlier in vconn and stream code.

These invariants are checked by vconn_open() and stream_open(), but there
is no reason not to check them earlier also.  vconn and stream creation
don't have to go through vconn_open() and stream_open(), so this ensures
that the invariants get checked either way.
lib/stream.c
lib/vconn.c