X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fats%2Fgnunet-ats-solver-eval.h;h=92693bd38ed583601af6b9ff409c3a7cd5aed006;hb=9b5123a9f0db581c92a0cfcfddacd29ff75380cf;hp=151c12f138ec8ccea39d8febba18d253cbd7c65a;hpb=c0ea0d12ca3fd2d3ca424d8b28532cf800d0683b;p=oweals%2Fgnunet.git diff --git a/src/ats/gnunet-ats-solver-eval.h b/src/ats/gnunet-ats-solver-eval.h index 151c12f13..92693bd38 100644 --- a/src/ats/gnunet-ats-solver-eval.h +++ b/src/ats/gnunet-ats-solver-eval.h @@ -1,21 +1,19 @@ /* This file is part of GNUnet. - (C) 2010-2013 Christian Grothoff (and other contributing authors) + Copyright (C) 2010-2013 GNUnet e.V. - GNUnet is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3, or (at your - option) any later version. + GNUnet is free software: you can redistribute it and/or modify it + under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, + or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Affero General Public License for more details. - You should have received a copy of the GNU General Public License - along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ /** * @file ats-tests/ats-testing-experiment.c @@ -120,8 +118,8 @@ struct LoggingPeer long long unsigned int id; struct GNUNET_PeerIdentity peer_id; - double pref_abs[GNUNET_ATS_PreferenceCount]; - double pref_norm[GNUNET_ATS_PreferenceCount]; + double pref_abs[GNUNET_ATS_PREFERENCE_END]; + double pref_norm[GNUNET_ATS_PREFERENCE_END]; int is_requested; struct LoggingAddress *addr_head; @@ -215,7 +213,7 @@ struct GNUNET_ATS_TEST_Operation enum OperationType type; enum GeneratorType gen_type; enum GNUNET_ATS_PreferenceKind pref_type; - enum GNUNET_ATS_Property prop_type; + // enum GNUNET_ATS_Property prop_type; }; struct Episode