lib/netdev-dpdk: increase ring name length for dpdkr ports
[cascardo/ovs.git] / ovsdb / column.h
index 60ba478..f75a107 100644 (file)
@@ -53,7 +53,7 @@ void ovsdb_column_destroy(struct ovsdb_column *);
 struct ovsdb_error *ovsdb_column_from_json(const struct json *,
                                            const char *name,
                                            struct ovsdb_column **)
-    WARN_UNUSED_RESULT;
+    OVS_WARN_UNUSED_RESULT;
 struct json *ovsdb_column_to_json(const struct ovsdb_column *);
 \f
 /* An unordered set of distinct columns. */