From d07beeb5398659712e370a977ade6d9a27b84522 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 24 Sep 2019 18:21:53 +0200 Subject: add stopping state --- src/include/gnunet_arm_service.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include/gnunet_arm_service.h') diff --git a/src/include/gnunet_arm_service.h b/src/include/gnunet_arm_service.h index 9e79c26e7..32355a3e5 100644 --- a/src/include/gnunet_arm_service.h +++ b/src/include/gnunet_arm_service.h @@ -174,6 +174,12 @@ enum GNUNET_ARM_ServiceStatus * The service was started, but then exited normally. */ GNUNET_ARM_SERVICE_STATUS_FINISHED = 3, + + /** + * The service was started, and we're currently waiting + * for it to be stopped. + */ + GNUNET_ARM_SERVICE_STATUS_STOPPING = 4, }; -- cgit v1.2.3