gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5603 - in GNUnet/src/applications: advertising bootstrap_h


From: gnunet
Subject: [GNUnet-SVN] r5603 - in GNUnet/src/applications: advertising bootstrap_http
Date: Sat, 8 Sep 2007 13:23:31 -0600 (MDT)

Author: grothoff
Date: 2007-09-08 13:23:30 -0600 (Sat, 08 Sep 2007)
New Revision: 5603

Modified:
   GNUnet/src/applications/advertising/bootstrap.c
   GNUnet/src/applications/bootstrap_http/http.c
Log:
formatting

Modified: GNUnet/src/applications/advertising/bootstrap.c
===================================================================
--- GNUnet/src/applications/advertising/bootstrap.c     2007-09-08 19:21:56 UTC 
(rev 5602)
+++ GNUnet/src/applications/advertising/bootstrap.c     2007-09-08 19:23:30 UTC 
(rev 5603)
@@ -197,7 +197,8 @@
       if (YES == hlc.do_shutdown)
         break;
 #if DEBUG_BOOTSTRAP
-      GE_LOG (coreAPI->ectx, GE_DEBUG | GE_REQUEST | GE_USER, "Starting 
bootstrap.\n");
+      GE_LOG (coreAPI->ectx, GE_DEBUG | GE_REQUEST | GE_USER,
+              "Starting bootstrap.\n");
 #endif
       hlc.hellosLen = 0;
       hlc.hellosCount = 0;

Modified: GNUnet/src/applications/bootstrap_http/http.c
===================================================================
--- GNUnet/src/applications/bootstrap_http/http.c       2007-09-08 19:21:56 UTC 
(rev 5602)
+++ GNUnet/src/applications/bootstrap_http/http.c       2007-09-08 19:23:30 UTC 
(rev 5603)
@@ -66,12 +66,12 @@
 } BootstrapContext;
 
 #ifndef MINGW
-  #define USE_MULTI YES
+#define USE_MULTI YES
 #else
   /* FIXME: plibc needs to know about handle types in SELECT(),
-            figure out whether curl only returns sockets from
-            curl_multi_fdset() */
-  #define USE_MULTI NO
+     figure out whether curl only returns sockets from
+     curl_multi_fdset() */
+#define USE_MULTI NO
 #endif
 
 /**





reply via email to

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