add code to configure respawn via ubus
[project/procd.git] / instance.h
index 1c8c0a081cecbab7e24d0e2060d54fd3659cffa0..6e690869898b38cc50e76913864962b744cb95f4 100644 (file)
@@ -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;