diff options
author | dos-reis <gdr@axiomatics.org> | 2008-02-10 04:48:39 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-02-10 04:48:39 +0000 |
commit | 6b365f926f1f0430c34498392e1dddbff126bc48 (patch) | |
tree | bdbc548cea2b0968863d9695bbdfc1732b16c3c5 /src/include | |
parent | 06e82157a75ebb6f14dae6a76a9e3a2b883b2c7a (diff) | |
download | open-axiom-6b365f926f1f0430c34498392e1dddbff126bc48.tar.gz |
Add support for batch processing.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/sman.H1 | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/src/include/sman.H1 b/src/include/sman.H1 deleted file mode 100644 index 96452899..00000000 --- a/src/include/sman.H1 +++ /dev/null @@ -1,37 +0,0 @@ -extern int main(int argc , char * argv[] , char * envp[]); -#ifdef _SMAN_C -static void process_arguments(int argc , char * * argv); -static int should_I_clef(void); -static int in_X(void); -static void set_up_defaults(void); -static void process_options(int argc , char * * argv); -static void death_handler(int sig); -static void nagman_handler(int sig); -static void sman_catch_signals(void); -static void fix_env(char * * envp , int spadnum); -static void init_term_io(void); -static char * strPrefix(char * prefix , char * s); -static void check_spad_proc(char * file , char * prefix); -static void clean_up_old_sockets(void); -static SpadProcess * fork_you(int death_action); -static void exec_command_env(char * command , char * * env); -static SpadProcess * spawn_of_hell(char * command , int death_action); -static void start_the_spadclient(void); -static void start_the_local_spadclient(void); -static void start_the_nagman(void); -static void start_the_session_manager(void); -static void start_the_hypertex(void); -static void start_the_graphics(void); -static void fork_Axiom(void); -static void start_the_Axiom(char * * envp); -static void clean_up_sockets(void); -static void clean_hypertex_socket(void); -static void read_from_spad_io(int ptcNum); -static void read_from_manager(int ptcNum); -static void manage_spad_io(int ptcNum); -static void init_spad_process_list(void); -static SpadProcess * find_child(int proc_id); -static void kill_all_children(void); -static void clean_up_terminal(void); -static void monitor_children(void); -#endif |