X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ovsdb%2Fmutation.h;h=7566ef199d6d1aec382e7c15e8ea35fbfbb83635;hb=f76def2592cc5cb449a3360430ee9cc0f208765d;hp=57fd965af335474bb5c7043f5ec142deffd34494;hpb=5f55c39b21e69025045437ffbd3bb98fe6ce2e89;p=cascardo%2Fovs.git diff --git a/ovsdb/mutation.h b/ovsdb/mutation.h index 57fd965af..7566ef199 100644 --- a/ovsdb/mutation.h +++ b/ovsdb/mutation.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. @@ -43,7 +43,7 @@ enum ovsdb_mutator { struct ovsdb_error *ovsdb_mutator_from_string(const char *, enum ovsdb_mutator *) - WARN_UNUSED_RESULT; + OVS_WARN_UNUSED_RESULT; const char *ovsdb_mutator_to_string(enum ovsdb_mutator); struct ovsdb_mutation { @@ -63,10 +63,10 @@ struct ovsdb_mutation_set { struct ovsdb_error *ovsdb_mutation_set_from_json( const struct ovsdb_table_schema *, const struct json *, struct ovsdb_symbol_table *, - struct ovsdb_mutation_set *) WARN_UNUSED_RESULT; + struct ovsdb_mutation_set *) OVS_WARN_UNUSED_RESULT; struct json *ovsdb_mutation_set_to_json(const struct ovsdb_mutation_set *); void ovsdb_mutation_set_destroy(struct ovsdb_mutation_set *); struct ovsdb_error *ovsdb_mutation_set_execute( - struct ovsdb_row *, const struct ovsdb_mutation_set *); + struct ovsdb_row *, const struct ovsdb_mutation_set *) OVS_WARN_UNUSED_RESULT; #endif /* ovsdb/mutation.h */