summaryrefslogtreecommitdiff
path: root/ovsdb/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'ovsdb/transaction.h')
-rw-r--r--ovsdb/transaction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ovsdb/transaction.h b/ovsdb/transaction.h
index 048bf74fa..1c54ec3af 100644
--- a/ovsdb/transaction.h
+++ b/ovsdb/transaction.h
@@ -39,4 +39,7 @@ typedef bool ovsdb_txn_row_cb_func(const struct ovsdb_row *old,
void ovsdb_txn_for_each_change(const struct ovsdb_txn *,
ovsdb_txn_row_cb_func *, void *aux);
+void ovsdb_txn_add_comment(struct ovsdb_txn *, const char *);
+const char *ovsdb_txn_get_comment(const struct ovsdb_txn *);
+
#endif /* ovsdb/transaction.h */