* 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;
/**
/**
* Length of the following array.
- */
+ */
unsigned int fds_len;
/**
* 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
*
* @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
int
(*loop)(void *cls,
struct GNUNET_SCHEDULER_Handle *sh);
-
+
};
# 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
libgnunetsq_la_LIBADD = -lsqlite3 \
$(top_builddir)/src/util/libgnunetutil.la
libgnunetsq_la_LDFLAGS = \
- $(POSTGRESQL_LDFLAGS) \
$(GN_LIB_LDFLAGS) \
-version-info 0:0:0