From 647d9ce98c20e6c53c72b3e43f1a6cb67f6ae935 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 2 Mar 2011 12:21:43 +0000 Subject: [PATCH] grumble --- src/include/gnunet_testing_lib.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h index af57613c6..0de51af78 100644 --- a/src/include/gnunet_testing_lib.h +++ b/src/include/gnunet_testing_lib.h @@ -300,6 +300,12 @@ struct GNUNET_TESTING_Daemon */ int dead; + /** + * GNUNET_YES if the hostkey has been created + * for this peer, GNUNET_NO otherwise. + */ + int have_hostkey; + /** * PID of the process that we started last. */ -- 2.25.1