aboutsummaryrefslogtreecommitdiff
path: root/src/pies.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.h')
-rw-r--r--src/pies.h27
1 files changed, 14 insertions, 13 deletions
diff --git a/src/pies.h b/src/pies.h
index 25db08a..d78d6d1 100644
--- a/src/pies.h
+++ b/src/pies.h
@@ -140,19 +140,20 @@ enum pies_comp_mode
pies_comp_pass_fd
};
-#define CF_DISABLED 0x01 /* The componenet is disabled */
-#define CF_PRECIOUS 0x02 /* The component is precious (should not
- be disabled) */
-#define CF_WAIT 0x04 /* Wait for the component instance to
- terminate. */
-#define CF_TCPMUX 0x08 /* A plain TCPMUX service */
-#define CF_TCPMUXPLUS 0x10 /* A TCPMUX-plus service, i.e. pies
- must emit a '+' response before starting
- it */
-#define CF_INTERNAL 0x20 /* An internal inetd service */
-#define CF_SOCKENV 0x40 /* Component wants socket information in
- the environment */
-#define CF_RESOLVE 0x80 /* Resolve IP addresses */
+#define CF_DISABLED 0x001 /* The componenet is disabled */
+#define CF_PRECIOUS 0x002 /* The component is precious (should not
+ be disabled) */
+#define CF_WAIT 0x004 /* Wait for the component instance to
+ terminate. */
+#define CF_TCPMUX 0x008 /* A plain TCPMUX service */
+#define CF_TCPMUXPLUS 0x010 /* A TCPMUX-plus service, i.e. pies
+ must emit a '+' response before starting
+ it */
+#define CF_INTERNAL 0x020 /* An internal inetd service */
+#define CF_SOCKENV 0x040 /* Component wants socket information in
+ the environment */
+#define CF_RESOLVE 0x080 /* Resolve IP addresses */
+#define CF_SIGGROUP 0x100 /* Send signals to the process group */
#define ISCF_TCPMUX(f) ((f) & (CF_TCPMUX | CF_TCPMUXPLUS))

Return to:

Send suggestions and report system problems to the System administrator.