We've had this question a couple of times so we might as well document it. Requested-by: Saurabh Shrivastava (सौरभ श्रीवास्तव) <saur...@gmail.com> Signed-off-by: Ben Pfaff <b...@nicira.com> --- AUTHORS | 1 + lib/ovsdb-idl.h | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/AUTHORS b/AUTHORS index 5ad3c1a..fb4ebb6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -328,6 +328,7 @@ Ronaldo A. Ferreira ronal...@cs.princeton.edu Ronny L. Bull bul...@clarkson.edu Sander Eikelenboom li...@eikelenboom.it Saul St. John sstj...@cs.wisc.edu +Saurabh Shrivastava (सौरभ श्रीवास्तव) saur...@gmail.com Scott Hendricks shendri...@nicira.com Sean Brady sbr...@gtfservices.com Sebastian Andrzej Siewior sebast...@breakpoint.cc diff --git a/lib/ovsdb-idl.h b/lib/ovsdb-idl.h index 54df90d..d0c025a 100644 --- a/lib/ovsdb-idl.h +++ b/lib/ovsdb-idl.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014 Nicira, Inc. +/* Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,6 +23,10 @@ * raw JSON into data structures that are easier for clients to digest. Most * notably, references to rows via UUID become C pointers. * + * The IDL always presents a consistent snapshot of the database to its client, + * that is, it won't present the effects of some part of a transaction applied + * at the database server without presenting all of its. + * * The IDL also assists with issuing database transactions. The client creates * a transaction, manipulates the IDL data structures, and commits or aborts * the transaction. The IDL then composes and issues the necessary JSON-RPC -- 2.1.3 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev