aboutsummaryrefslogtreecommitdiff
path: root/lib/route-table-stub.c
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2013-01-25 14:54:31 -0800
committerEthan Jackson <ethan@nicira.com>2013-01-28 13:15:46 -0800
commit11e26106204de5974af1060a9e25be033bc1a375 (patch)
treeb9fa4e48e61a60bc546bc0e38972943b320aeb58 /lib/route-table-stub.c
parentf18a39b73a3548dd646f274f7555e07926c74371 (diff)
route-table: Add route_table_wait() to the stub implementation.
Signed-off-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'lib/route-table-stub.c')
-rw-r--r--lib/route-table-stub.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/route-table-stub.c b/lib/route-table-stub.c
index fafad281..a4a09917 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)
+{
+}