X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Ftransaction.h;h=1c54ec3af47d43d301425894ddb3eda35d3a0fd9;hb=5fbb4e187d587679882b296211e75a06f791acea;hp=048bf74fa80d4ce477ad3c202c19c92d4dd7c7b8;hpb=58fda1dab104041fc693032475ec4662c1a52849;p=openvswitch diff --git a/ovsdb/transaction.h b/ovsdb/transaction.h index 048bf74f..1c54ec3a 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 */