gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35432 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r35432 - gnunet/src/util
Date: Mon, 23 Mar 2015 20:37:30 +0100

Author: grothoff
Date: 2015-03-23 20:37:30 +0100 (Mon, 23 Mar 2015)
New Revision: 35432

Modified:
   gnunet/src/util/network.c
Log:
-trying to fix warnings

Modified: gnunet/src/util/network.c
===================================================================
--- gnunet/src/util/network.c   2015-03-23 17:38:16 UTC (rev 35431)
+++ gnunet/src/util/network.c   2015-03-23 19:37:30 UTC (rev 35432)
@@ -1765,7 +1765,7 @@
                       int except,
                       HANDLE set_for_sure)
 {
-  struct GNUNET_DISK_FileHandle *fh;
+  const struct GNUNET_DISK_FileHandle *fh;
   unsigned int roff;
   unsigned int woff;
 
@@ -1813,7 +1813,7 @@
                               struct GNUNET_NETWORK_FDSet *efds,
                               const struct GNUNET_TIME_Relative timeout)
 {
-  struct GNUNET_DISK_FileHandle *fh;
+  const struct GNUNET_DISK_FileHandle *fh;
   int nfds;
   int handles;
   unsigned int i;




reply via email to

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