aboutsummaryrefslogtreecommitdiff
path: root/src/dv/plugin_transport_dv.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-11-05 18:21:50 +0000
committerNathan S. Evans <evans@in.tum.de>2010-11-05 18:21:50 +0000
commit75a33a1499cf60ea4364c9aa673816629a6c1413 (patch)
tree0620da4312bb04de4d7b65074fdd3b0c3dd6cc0e /src/dv/plugin_transport_dv.c
parent7217c601ad30760872823193d62307e7a335d226 (diff)
downloadgnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.tar.gz
gnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.zip
big scheduler refactoring, expect some issues
Diffstat (limited to 'src/dv/plugin_transport_dv.c')
-rw-r--r--src/dv/plugin_transport_dv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c
index 41f3a5140..b7616d2ac 100644
--- a/src/dv/plugin_transport_dv.c
+++ b/src/dv/plugin_transport_dv.c
@@ -389,7 +389,7 @@ libgnunet_plugin_transport_dv_init (void *cls)
389 plugin = GNUNET_malloc (sizeof (struct Plugin)); 389 plugin = GNUNET_malloc (sizeof (struct Plugin));
390 plugin->env = env; 390 plugin->env = env;
391 391
392 plugin->dv_handle = GNUNET_DV_connect(env->sched, env->cfg, &handle_dv_message_received, plugin); 392 plugin->dv_handle = GNUNET_DV_connect(env->cfg, &handle_dv_message_received, plugin);
393 393
394 if (plugin->dv_handle == NULL) 394 if (plugin->dv_handle == NULL)
395 { 395 {