diff options
author | Roy Marples <roy@marples.name> | 2007-04-20 09:39:47 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-20 09:39:47 +0000 |
commit | f269f1961b0b4adc094093301f712294a45dccc8 (patch) | |
tree | 4a9777b44c61fd7d04658bed2e8544d584a61ce0 /src/rc.h | |
parent | 49b8b30ab7e35d8ad3cbe295eba3a93ba21a3509 (diff) |
Plugins now run in a forked process for extra resliance.
Diffstat (limited to 'src/rc.h')
-rw-r--r-- | src/rc.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -149,6 +149,10 @@ typedef enum rc_hook_service_start_out } rc_hook_t; +/* Plugins should write FOO=BAR to this fd to set any environment variables + * they wish. At this time we only support the setting of one env var. */ +extern FILE *rc_environ_fd; + /* RC utility functions. Although not directly related to RC in general, they are used by RC itself and the supporting applications. */ |