New post_crash_dump_hook

Run it from crash_dump().  Useful to move core files out of the way,
alert deities by e-mail, and so forth.
This commit is contained in:
Markus Armbruster 2008-04-25 22:12:22 +02:00
parent dd0737f8e7
commit f63401329d
5 changed files with 7 additions and 2 deletions

View file

@ -49,6 +49,7 @@ void update_main(void);
void update_init(void);
int update_trigger(void);
int update_reschedule(void);
int run_hook(char *, char *);
int shutdown_initiate(int);
/* thread entry points */