From: Christian Grothoff Date: Sat, 3 Mar 2012 22:11:36 +0000 (+0000) Subject: -stuff X-Git-Tag: initial-import-from-subversion-38251~14466 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5c130e7d8357711b3646a39813670885c0891633;p=oweals%2Fgnunet.git -stuff --- diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c index 8e79ace1b..a5cc4785a 100644 --- a/src/hostlist/hostlist-server.c +++ b/src/hostlist/hostlist-server.c @@ -490,7 +490,7 @@ prepare_daemon (struct MHD_Daemon *daemon_handle) struct GNUNET_NETWORK_FDSet *wws; struct GNUNET_NETWORK_FDSet *wes; int max; - unsigned long long timeout; + unsigned MHD_LONG_LONG timeout; int haveto; struct GNUNET_TIME_Relative tv; diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h index 9b0171970..4b97a9eb2 100644 --- a/src/include/gnunet_namestore_service.h +++ b/src/include/gnunet_namestore_service.h @@ -43,6 +43,11 @@ extern "C" #endif #endif +/** + * Record type for GNS zone transfer ("PKEY"). + */ +#define GNUNET_GNS_TYPE_PKEY 65536 + /** * Entry in the queue. */