From: Ethan Jackson Date: Fri, 25 Jan 2013 22:54:31 +0000 (-0800) Subject: route-table: Add route_table_wait() to the stub implementation. X-Git-Tag: sliver-openvswitch-1.9.90-3~3^2~11 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=11e26106204de5974af1060a9e25be033bc1a375;p=sliver-openvswitch.git route-table: Add route_table_wait() to the stub implementation. Signed-off-by: Ethan Jackson --- diff --git a/lib/route-table-stub.c b/lib/route-table-stub.c index fafad2814..a4a099171 100644 --- a/lib/route-table-stub.c +++ b/lib/route-table-stub.c @@ -45,3 +45,8 @@ void route_table_run(void) { } + +void +route_table_wait(void) +{ +}