X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fovsdb-idl.h;h=27008b762384851b043492e32339f450c2e71f86;hb=d7a291ac1c105d9891c07cbb768e76947ad95963;hp=c48ad1bda3c9c5059ffb071c07452a4e9957c41d;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=openvswitch diff --git a/lib/ovsdb-idl.h b/lib/ovsdb-idl.h index c48ad1bd..27008b76 100644 --- a/lib/ovsdb-idl.h +++ b/lib/ovsdb-idl.h @@ -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. */