X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fovsdb-idl.h;h=9179e380eb1bb0f99d1dc2f6a423771548a2ef4c;hb=c259baae45d76592eb14db5abde20aa72e7f2605;hp=c09ba9b0583d3d68fdcaf3d4f9a84d06b2892fbe;hpb=8c3c2f30007534ced8dc6030ecc60d52c3333be4;p=openvswitch diff --git a/lib/ovsdb-idl.h b/lib/ovsdb-idl.h index c09ba9b0..9179e380 100644 --- a/lib/ovsdb-idl.h +++ b/lib/ovsdb-idl.h @@ -53,6 +53,10 @@ 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_set_write_only(struct ovsdb_idl *, + const struct ovsdb_idl_column *); +void ovsdb_idl_omit(struct ovsdb_idl *, const struct ovsdb_idl_column *); + const struct ovsdb_idl_row *ovsdb_idl_get_row_for_uuid( const struct ovsdb_idl *, const struct ovsdb_idl_table_class *, const struct uuid *);