X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fovsdb-data.h;h=181df3b126890490a8b61dc9dc64dcce9b7bd0a0;hb=40f280c781639c24176e054abc20bb7270da9e7a;hp=fe71f908416f397124a91857fd5e0c9cf0cea9eb;hpb=0dc66db95bdceeaac2e32b581d2494fd773b17ae;p=openvswitch diff --git a/lib/ovsdb-data.h b/lib/ovsdb-data.h index fe71f908..181df3b1 100644 --- a/lib/ovsdb-data.h +++ b/lib/ovsdb-data.h @@ -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);