-fix config, shutdown issue
[oweals/gnunet.git] / src / ats / gnunet-ats-solver-eval.h
index 808f524dab3579421138519b7656ec8235bc99d1..bc5083e3427b2225e84c1b815b26c6ee03b651b2 100644 (file)
@@ -1,6 +1,6 @@
 /*
  This file is part of GNUnet.
- (C) 2010-2013 Christian Grothoff (and other contributing authors)
Copyright (C) 2010-2013 Christian Grothoff (and other contributing authors)
 
  GNUnet is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published
@@ -70,7 +70,7 @@ struct SolverHandle
   /**
    * Solver handle
    */
-  void *solver;
+  struct GNUNET_ATS_SolverFunctions *sf;
 
   /**
    * Address hashmap
@@ -135,7 +135,6 @@ struct LoggingAddress
 
   long long unsigned int aid;
   int active;
-  int used;
   uint32_t network;
   uint32_t assigned_bw_in;
   uint32_t assigned_bw_out;