projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
555e685
)
commented out dev variables
author
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 4 Apr 2011 08:27:14 +0000
(08:27 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 4 Apr 2011 08:27:14 +0000
(08:27 +0000)
src/transport/gnunet-service-transport.c
patch
|
blob
|
history
diff --git
a/src/transport/gnunet-service-transport.c
b/src/transport/gnunet-service-transport.c
index 1423c0d1701c71e6475d17aaba8affca2731e8b7..08eda6b2dc0b4aacb5fd5745ba97290d72abf20c 100644
(file)
--- a/
src/transport/gnunet-service-transport.c
+++ b/
src/transport/gnunet-service-transport.c
@@
-5603,7
+5603,7
@@
struct ATS_ressource
int atis_index;
char * config_parameter;
};
-
+/*
static struct ATS_ressource ressources[] =
{
{1, "COST_FINANCIAL_PER_VOLUME"},
@@
-5615,7
+5615,7
@@
static struct ATS_ressource ressources[] =
{7, "COST_NETWORK_OVERHEAD"},
};
static int available_ressources = 7;
-
+*/
struct ATS_info
{
struct GNUNET_CONTAINER_MultiHashMap * peers;
@@
-6537,8
+6537,6
@@
run (void *cls,
ats = ats_init();
- struct ATS_ressource_cost test = {NULL,NULL, 1,1.5,1.5};
-
#if DEBUG_TRANSPORT
GNUNET_log (GNUNET_ERROR_TYPE_INFO, _("Transport service ready.\n"));
#endif