X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fovsdb-types.h;h=e852391ccd44bc834d33f21673b3154303f05be5;hb=219c9a73dc5bdff5c1350cc1b9cc10e405fefed2;hp=6903aa83f165fb3eb8b42e3cdfb415cffd737beb;hpb=96ca8c29569b84d881f64bd84dca374d15651a84;p=sliver-openvswitch.git diff --git a/lib/ovsdb-types.h b/lib/ovsdb-types.h index 6903aa83f..e852391cc 100644 --- a/lib/ovsdb-types.h +++ b/lib/ovsdb-types.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. @@ -174,7 +174,7 @@ ovsdb_atomic_type_is_valid(enum ovsdb_atomic_type atomic_type) static inline bool ovsdb_base_type_is_ref(const struct ovsdb_base_type *base) { - return base->type == OVSDB_TYPE_UUID && base->u.uuid.refTable; + return base->type == OVSDB_TYPE_UUID && base->u.uuid.refTableName; } static inline bool