X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=blobdiff_plain;f=lib%2Froute-table-stub.c;h=9acc81c80f54a1bb7f5d70604fe5255f1eb1d87b;hp=a4a099171ffbdc4482af74d308fff1cc46a1a5f8;hb=41ca1e0afb4b261a217c9fdaf672ef606e8434f9;hpb=12eb035b810ff9d537d6ff9f1eb8ad5564c1f644 diff --git a/lib/route-table-stub.c b/lib/route-table-stub.c index a4a099171..9acc81c80 100644 --- a/lib/route-table-stub.c +++ b/lib/route-table-stub.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 Nicira, Inc. +/* Copyright (c) 2012, 2013, 2014 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,6 +31,12 @@ route_table_get_ifindex(ovs_be32 ip OVS_UNUSED, int *ifindex) return false; } +uint64_t +route_table_get_change_seq(void) +{ + return 0; +} + void route_table_register(void) {