From 11e26106204de5974af1060a9e25be033bc1a375 Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Fri, 25 Jan 2013 14:54:31 -0800 Subject: [PATCH] route-table: Add route_table_wait() to the stub implementation. Signed-off-by: Ethan Jackson --- lib/route-table-stub.c | 5 +++++ 1 file changed, 5 insertions(+) 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) +{ +} -- 2.43.0