gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15395 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r15395 - gnunet/src/mesh
Date: Wed, 1 Jun 2011 20:41:28 +0200

Author: bartpolot
Date: 2011-06-01 20:41:28 +0200 (Wed, 01 Jun 2011)
New Revision: 15395

Modified:
   gnunet/src/mesh/test_mesh_api.c
Log:
Fixed type in initializer


Modified: gnunet/src/mesh/test_mesh_api.c
===================================================================
--- gnunet/src/mesh/test_mesh_api.c     2011-06-01 17:56:58 UTC (rev 15394)
+++ gnunet/src/mesh/test_mesh_api.c     2011-06-01 18:41:28 UTC (rev 15395)
@@ -69,8 +69,8 @@
     struct GNUNET_CONFIGURATION_Handle  *cfg = cls;
     GNUNET_MESH_ApplicationType         app;
 
-    test_task = 0;
-    app = 0;
+    test_task = (GNUNET_SCHEDULER_TaskIdentifier) 0;
+    app = (GNUNET_MESH_ApplicationType) 0;
     mesh = GNUNET_MESH_connect(cfg, NULL, NULL, handlers, &app);
     if(NULL == mesh) {
         GNUNET_log(GNUNET_ERROR_TYPE_ERROR, "Couldn't connect to mesh :(\n");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]