X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fovsdb-idl-provider.h;h=7ea5ce6902d887ee6668d4e5fe45fd84a7e8fbad;hb=28c5588e8e1a8d091c5d2275232c35f2968a97fa;hp=546acbb84698e5ddce519803dbc08ea8455fc1ea;hpb=a699f6143e09b1d63ea284b7d8180c74f27dea60;p=sliver-openvswitch.git diff --git a/lib/ovsdb-idl-provider.h b/lib/ovsdb-idl-provider.h index 546acbb84..7ea5ce690 100644 --- a/lib/ovsdb-idl-provider.h +++ b/lib/ovsdb-idl-provider.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011 Nicira, Inc. +/* Copyright (c) 2009, 2010, 2011, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -41,6 +41,7 @@ struct ovsdb_idl_row { struct ovsdb_idl_column { char *name; struct ovsdb_type type; + bool mutable; void (*parse)(struct ovsdb_idl_row *, const struct ovsdb_datum *); void (*unparse)(struct ovsdb_idl_row *); };