X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fovsdb-parser.h;h=75bf6e48e93a88606a59ff25b151e5f5720169ae;hb=0d21340a5a1e26bba46522ba4666033564f8e930;hp=d6270bb12cb72cbec0452b7d6644f2d204ac0be4;hpb=a0bc29a541fc7dc6e20137d5558e2094d614e6ab;p=sliver-openvswitch.git diff --git a/lib/ovsdb-parser.h b/lib/ovsdb-parser.h index d6270bb12..75bf6e48e 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, Inc. * * 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. */ };