summaryrefslogtreecommitdiffstats
path: root/instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'instance.h')
-rw-r--r--instance.h6
1 files changed, 3 insertions, 3 deletions
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;