X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fovsdb-parser.h;h=44586aa7f3b69a05fc146a1617dabd3bc34e4fa2;hb=53d046612df6c88ad8b02c8e99bbfb6e45fe2326;hp=d6270bb12cb72cbec0452b7d6644f2d204ac0be4;hpb=19993ef3caac9964c2bef6e31fc8699c4f4b53c8;p=sliver-openvswitch.git diff --git a/lib/ovsdb-parser.h b/lib/ovsdb-parser.h index d6270bb12..44586aa7f 100644 --- a/lib/ovsdb-parser.h +++ b/lib/ovsdb-parser.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010 Nicira Networks +/* Copyright (c) 2009, 2010, 2011 Nicira Networks * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,12 +19,12 @@ #include #include "compiler.h" #include "json.h" -#include "svec.h" +#include "sset.h" #include "util.h" struct ovsdb_parser { char *name; /* Used only in error messages. */ - struct svec used; /* Already-parsed names from 'object'. */ + struct sset used; /* Already-parsed names from 'object'. */ const struct json *json; /* JSON object being parsed. */ struct ovsdb_error *error; /* Error signaled, if any. */ };