X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Ftransaction.h;h=1c54ec3af47d43d301425894ddb3eda35d3a0fd9;hb=7dab847a19503f537c57c2215748f0b50b94f51e;hp=048bf74fa80d4ce477ad3c202c19c92d4dd7c7b8;hpb=bd06962ad334fa4631b67905fc9f43f96a908915;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 */