RDS: introduce rds_conn_connect_if_down()
authorZach Brown <zach.brown@oracle.com>
Mon, 24 May 2010 20:14:36 +0000 (13:14 -0700)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:15:18 +0000 (18:15 -0700)
A few paths had the same block of code to queue a connection's connect work if
it was in the right state.  Let's move this in to a helper function.

Signed-off-by: Zach Brown <zach.brown@oracle.com>

No differences found