attempting to fix #5006
authorChristian Grothoff <christian@grothoff.org>
Wed, 10 May 2017 21:40:06 +0000 (23:40 +0200)
committerChristian Grothoff <christian@grothoff.org>
Wed, 10 May 2017 21:40:17 +0000 (23:40 +0200)
src/include/gnunet_scheduler_lib.h
src/sq/Makefile.am

index a7385e31c2d31690a5e2e7b429a59ae9f085d419..875f5043a48485a066ffbdaa4a5af1064bfd1be2 100644 (file)
@@ -158,7 +158,7 @@ struct GNUNET_SCHEDULER_FdInfo
    * GNUnet file handle the event is about, matches @a sock,
    * NULL if this is about a network socket or if no network
    * handle was given to the scheduler originally.
-   */ 
+   */
   struct GNUNET_DISK_FileHandle *fh;
 
   /**
@@ -186,7 +186,7 @@ struct GNUNET_SCHEDULER_TaskContext
 
   /**
    * Length of the following array.
-   */ 
+   */
   unsigned int fds_len;
 
   /**
@@ -195,7 +195,7 @@ struct GNUNET_SCHEDULER_TaskContext
    * event loop that was used.  The given array should only contain
    * information about file descriptors relevant to the current task.
    */
-  const struct GNUNET_SCHEDULER_FdInfo *fds;  
+  const struct GNUNET_SCHEDULER_FdInfo *fds;
 
   /**
    * Set of file descriptors ready for reading; note that additional
@@ -246,7 +246,7 @@ struct GNUNET_SCHEDULER_Handle;
  *
  * @param sh scheduler handle that was given to the `loop`
  * @return #GNUNET_OK if there are more tasks that are ready,
- *          and thus we would like to run more (yield to avoid 
+ *          and thus we would like to run more (yield to avoid
  *          blocking other activities for too long)
  *         #GNUNET_NO if we are done running tasks (yield to block)
  *         #GNUNET_SYSERR on error
@@ -319,7 +319,7 @@ struct GNUNET_SCHEDULER_Driver
   int
   (*loop)(void *cls,
          struct GNUNET_SCHEDULER_Handle *sh);
-  
+
 };
 
 
index cfccd89f6df15b5661d2db1521126faaeecba512..119a9473497de388ec9e48d81871a983d03e9e14 100644 (file)
@@ -1,5 +1,5 @@
 # This Makefile.am is in the public domain
-AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS)
+AM_CPPFLAGS = -I$(top_srcdir)/src/include 
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
@@ -20,7 +20,6 @@ libgnunetsq_la_SOURCES = \
 libgnunetsq_la_LIBADD = -lsqlite3 \
  $(top_builddir)/src/util/libgnunetutil.la
 libgnunetsq_la_LDFLAGS = \
- $(POSTGRESQL_LDFLAGS) \
  $(GN_LIB_LDFLAGS) \
   -version-info 0:0:0