summaryrefslogtreecommitdiff
path: root/ovsdb/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'ovsdb/transaction.h')
-rw-r--r--ovsdb/transaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ovsdb/transaction.h b/ovsdb/transaction.h
index edc91185f..1ecd15a56 100644
--- a/ovsdb/transaction.h
+++ b/ovsdb/transaction.h
@@ -27,7 +27,7 @@ struct uuid;
struct ovsdb_txn *ovsdb_txn_create(struct ovsdb *);
void ovsdb_txn_abort(struct ovsdb_txn *);
struct ovsdb_error *ovsdb_txn_commit(struct ovsdb_txn *, bool durable)
- WARN_UNUSED_RESULT;
+ OVS_WARN_UNUSED_RESULT;
struct ovsdb_row *ovsdb_txn_row_modify(struct ovsdb_txn *,
const struct ovsdb_row *);