gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5879 - GNUnet/src/applications/session


From: gnunet
Subject: [GNUnet-SVN] r5879 - GNUnet/src/applications/session
Date: Wed, 12 Dec 2007 12:29:56 -0700 (MST)

Author: grothoff
Date: 2007-12-12 12:29:55 -0700 (Wed, 12 Dec 2007)
New Revision: 5879

Modified:
   GNUnet/src/applications/session/sessiontest2.c
   GNUnet/src/applications/session/sessiontest_http.c
Log:
fix

Modified: GNUnet/src/applications/session/sessiontest2.c
===================================================================
--- GNUnet/src/applications/session/sessiontest2.c      2007-12-12 08:04:51 UTC 
(rev 5878)
+++ GNUnet/src/applications/session/sessiontest2.c      2007-12-12 19:29:55 UTC 
(rev 5879)
@@ -57,8 +57,8 @@
 connect_daemons (unsigned short port1, unsigned short port2)
 {
   char host[128];
-  GNUNET_GC_Configuration *cfg1 = GNUNET_GC_create ();
-  GNUNET_GC_Configuration *cfg2 = GNUNET_GC_create ();
+  struct GNUNET_GC_Configuration *cfg1 = GNUNET_GC_create ();
+  struct GNUNET_GC_Configuration *cfg2 = GNUNET_GC_create ();
   struct GNUNET_ClientServerConnection *sock1;
   struct GNUNET_ClientServerConnection *sock2;
   int ret;

Modified: GNUnet/src/applications/session/sessiontest_http.c
===================================================================
--- GNUnet/src/applications/session/sessiontest_http.c  2007-12-12 08:04:51 UTC 
(rev 5878)
+++ GNUnet/src/applications/session/sessiontest_http.c  2007-12-12 19:29:55 UTC 
(rev 5879)
@@ -57,8 +57,8 @@
 connect_daemons (unsigned short port1, unsigned short port2)
 {
   char host[128];
-  GNUNET_GC_Configuration *cfg1 = GNUNET_GC_create ();
-  GNUNET_GC_Configuration *cfg2 = GNUNET_GC_create ();
+  struct GNUNET_GC_Configuration *cfg1 = GNUNET_GC_create ();
+  struct GNUNET_GC_Configuration *cfg2 = GNUNET_GC_create ();
   struct GNUNET_ClientServerConnection *sock1;
   struct GNUNET_ClientServerConnection *sock2;
   int ret;





reply via email to

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