From 5c130e7d8357711b3646a39813670885c0891633 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 3 Mar 2012 22:11:36 +0000 Subject: [PATCH] -stuff --- src/hostlist/hostlist-server.c | 2 +- src/include/gnunet_namestore_service.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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. */ -- 2.25.1