X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fovsdb-data.h;h=360986633868584e0ba58634c808331b43ee2b0d;hb=be812f2d2b0c948e5f52017c4df79645809fcb90;hp=fe71f908416f397124a91857fd5e0c9cf0cea9eb;hpb=0dc66db95bdceeaac2e32b581d2494fd773b17ae;p=openvswitch diff --git a/lib/ovsdb-data.h b/lib/ovsdb-data.h index fe71f908..36098663 100644 --- a/lib/ovsdb-data.h +++ b/lib/ovsdb-data.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011 Nicira Networks +/* Copyright (c) 2009, 2010, 2011 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -236,6 +236,8 @@ struct ovsdb_symbol_table { struct ovsdb_symbol { struct uuid uuid; /* The UUID that the symbol represents. */ bool created; /* Already used to create row? */ + bool strong_ref; /* Parsed a strong reference to this row? */ + bool weak_ref; /* Parsed a weak reference to this row? */ }; struct ovsdb_symbol_table *ovsdb_symbol_table_create(void);