summaryrefslogtreecommitdiff
path: root/ovsdb/row.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-06-06 09:02:01 -0700
committerBen Pfaff <blp@nicira.com>2011-06-06 09:02:01 -0700
commit25d4983554f6cf8ce5e169f7c5bb5a08c981d27e (patch)
treeff6fc1082d1ea60a022c0b564d7d4666c14f44b6 /ovsdb/row.h
parent44b4d050d4a2c966ed6f4aef2e523f70b6463648 (diff)
downloadopenvswitch-25d4983554f6cf8ce5e169f7c5bb5a08c981d27e.tar.gz
ovsdb: Add functions for formatting column sets and data in columns sets.
These will be used for formatting error messages in an upcoming commit.
Diffstat (limited to 'ovsdb/row.h')
-rw-r--r--ovsdb/row.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ovsdb/row.h b/ovsdb/row.h
index 6c249a184..ba0f9fbee 100644
--- a/ovsdb/row.h
+++ b/ovsdb/row.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009, 2010 Nicira Networks
+/* Copyright (c) 2009, 2010, 2011 Nicira Networks
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -76,7 +76,8 @@ int ovsdb_row_compare_columns_3way(const struct ovsdb_row *,
const struct ovsdb_column_set *);
void ovsdb_row_update_columns(struct ovsdb_row *, const struct ovsdb_row *,
const struct ovsdb_column_set *);
-
+void ovsdb_row_columns_to_string(const struct ovsdb_row *,
+ const struct ovsdb_column_set *, struct ds *);
struct ovsdb_error *ovsdb_row_from_json(struct ovsdb_row *,
const struct json *,
struct ovsdb_symbol_table *,