aboutsummaryrefslogtreecommitdiff
path: root/ovsdb/mutation.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-02-08 16:03:21 -0800
committerBen Pfaff <blp@nicira.com>2010-02-08 16:03:21 -0800
commitfbf925e45da7100e5018bd3ad49532e407666f77 (patch)
tree7968811ea6fee06c9258e98f383346996998d1ac /ovsdb/mutation.h
parentbfe8e67ad595348f228938663956c3b8325997c5 (diff)
ovsdb: Get rid of "declare" operation.
It's more elegant, and just as easy to implement, if we allow a "named-uuid" to be a forward reference to a "uuid-name" in a later "insert" operation.
Diffstat (limited to 'ovsdb/mutation.h')
-rw-r--r--ovsdb/mutation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ovsdb/mutation.h b/ovsdb/mutation.h
index d466e281..57fd965a 100644
--- a/ovsdb/mutation.h
+++ b/ovsdb/mutation.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009 Nicira Networks
+/* Copyright (c) 2009, 2010 Nicira Networks
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -62,7 +62,7 @@ struct ovsdb_mutation_set {
struct ovsdb_error *ovsdb_mutation_set_from_json(
const struct ovsdb_table_schema *,
- const struct json *, const struct ovsdb_symbol_table *,
+ const struct json *, struct ovsdb_symbol_table *,
struct ovsdb_mutation_set *) WARN_UNUSED_RESULT;
struct json *ovsdb_mutation_set_to_json(const struct ovsdb_mutation_set *);
void ovsdb_mutation_set_destroy(struct ovsdb_mutation_set *);