X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=blobdiff_plain;f=lib%2Froute-table.h;h=2ed4b9143fa9b58258b1da730aad29515e81ca1f;hp=6403b6df37e4367318d26314a9316715a560fa63;hb=41ca1e0afb4b261a217c9fdaf672ef606e8434f9;hpb=12eb035b810ff9d537d6ff9f1eb8ad5564c1f644 diff --git a/lib/route-table.h b/lib/route-table.h index 6403b6df3..2ed4b9143 100644 --- a/lib/route-table.h +++ b/lib/route-table.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Nicira, Inc. + * Copyright (c) 2011, 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. @@ -27,6 +27,7 @@ bool route_table_get_ifindex(ovs_be32 ip, int *ifindex); bool route_table_get_name(ovs_be32 ip, char name[IFNAMSIZ]); +uint64_t route_table_get_change_seq(void); void route_table_register(void); void route_table_unregister(void); void route_table_run(void);