gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8389 - GNUnet/src/util/network


From: gnunet
Subject: [GNUnet-SVN] r8389 - GNUnet/src/util/network
Date: Sun, 5 Apr 2009 15:57:34 -0600

Author: durner
Date: 2009-04-05 15:57:34 -0600 (Sun, 05 Apr 2009)
New Revision: 8389

Modified:
   GNUnet/src/util/network/selecttest.c
Log:
fix

Modified: GNUnet/src/util/network/selecttest.c
===================================================================
--- GNUnet/src/util/network/selecttest.c        2009-04-05 19:27:18 UTC (rev 
8388)
+++ GNUnet/src/util/network/selecttest.c        2009-04-05 21:57:34 UTC (rev 
8389)
@@ -199,7 +199,7 @@
   sh = GNUNET_select_create ("Select Tester", GNUNET_NO,        /* tcp */
                              NULL,      /* ectx */
                              NULL,      /* no load monitoring */
-                             listen_sock, sizeof (struct in_addr), 15 * 
GNUNET_CRON_SECONDS,    /* inactive timeout */
+                             listen_sock, sizeof (struct sockaddr_in), 15 * 
GNUNET_CRON_SECONDS,    /* inactive timeout */
                              test_smh, NULL, test_sah, NULL, test_sch, NULL, 
128 * 1024,        /* memory quota */
                              128 /* socket quota */ );
 





reply via email to

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