(exit_nomem): New.

(update_init): New.
(start_server): Call it.
(start_server, update_sched): Move initialization stuff to it, with
error checking added.
(update_sched): Internal linkage.
This commit is contained in:
Markus Armbruster 2007-01-16 19:26:31 +00:00
parent 6cbdd3e02a
commit d38fcc6cf4
5 changed files with 40 additions and 11 deletions

View file

@ -51,7 +51,7 @@ void market_update(void *);
void mobility_check(void *);
void player_kill_idle(void *);
void update_main(void *);
void update_sched(void *);
void update_init(void);
void shutdown_sequence(void *);
void update_force(void *);