route-table: Add route_table_wait() to the stub implementation.
[sliver-openvswitch.git] / lib / route-table-stub.c
index fafad28..a4a0991 100644 (file)
@@ -45,3 +45,8 @@ void
 route_table_run(void)
 {
 }
+
+void
+route_table_wait(void)
+{
+}