debian: Don't unload kernel modules in init script on "stop" or "restart".
[openvswitch] / lib / ovsdb-idl.h
index fd6aa8b9269bbf8692bc803eedb533b9d7d220ff..0a1fbc6ba46646adb1a884da9e8884d448aaed93 100644 (file)
@@ -41,6 +41,7 @@ enum ovsdb_idl_txn_status {
 const char *ovsdb_idl_txn_status_to_string(enum ovsdb_idl_txn_status);
 
 struct ovsdb_idl_txn *ovsdb_idl_txn_create(struct ovsdb_idl *);
+void ovsdb_idl_txn_add_comment(struct ovsdb_idl_txn *, const char *);
 void ovsdb_idl_txn_set_dry_run(struct ovsdb_idl_txn *);
 void ovsdb_idl_txn_destroy(struct ovsdb_idl_txn *);
 void ovsdb_idl_txn_wait(const struct ovsdb_idl_txn *);