X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fovsdb-idl.h;h=27008b762384851b043492e32339f450c2e71f86;hb=d7a291ac1c105d9891c07cbb768e76947ad95963;hp=33cd3401b4dbf91751e1d391f9f915538bd651f4;hpb=2f92678735d089e2d2a0cb9e5f6ff3aae7ed38c0;p=openvswitch diff --git a/lib/ovsdb-idl.h b/lib/ovsdb-idl.h index 33cd3401..27008b76 100644 --- a/lib/ovsdb-idl.h +++ b/lib/ovsdb-idl.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011, 2012 Nicira Networks. +/* Copyright (c) 2009, 2010, 2011, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -57,6 +57,7 @@ bool ovsdb_idl_is_lock_contended(const struct ovsdb_idl *); unsigned int ovsdb_idl_get_seqno(const struct ovsdb_idl *); bool ovsdb_idl_has_ever_connected(const struct ovsdb_idl *); void ovsdb_idl_force_reconnect(struct ovsdb_idl *); +void ovsdb_idl_verify_write_only(struct ovsdb_idl *); /* Choosing columns and tables to replicate. */