From 98218b6aa89777ae392be871b9119e10fda68acb Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 4 Sep 2013 01:50:25 +0200 Subject: add code to configure respawn via ubus Signed-off-by: John Crispin --- instance.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'instance.h') diff --git a/instance.h b/instance.h index 1c8c0a0..6e69086 100644 --- a/instance.h +++ b/instance.h @@ -35,9 +35,9 @@ struct service_instance { int respawn_count; struct timespec start; - int respawn_timeout; - int respawn_threshold; - int respawn_retry; + uint32_t respawn_timeout; + uint32_t respawn_threshold; + uint32_t respawn_retry; struct blob_attr *config; struct uloop_process proc; -- cgit v1.2.3