aboutsummaryrefslogtreecommitdiff
path: root/src/pies.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.h')
-rw-r--r--src/pies.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pies.h b/src/pies.h
index 3917e48..02211a2 100644
--- a/src/pies.h
+++ b/src/pies.h
@@ -151,6 +151,7 @@ struct component
gl_list_t prereq; /* Prerequisites */
gl_list_t depend; /* Dependency targets */
int flags; /* CF_ bitmask */
+ size_t max_instances; /* Maximum number of running instances */
char *rmfile; /* Try to remove this file before starting */
struct pies_privs privs; /* UID/GIDS+groups to run under */
mode_t umask; /* Umask to install before starting */

Return to:

Send suggestions and report system problems to the System administrator.