New xdump updates:

(EF_UPDATES, update_ca): New.
(empfile): Add it.
(update_time): Move to src/lib/global/updtime.c.
This commit is contained in:
Markus Armbruster 2007-07-18 06:16:33 +00:00
parent e9cfbdc241
commit 7dd8b8a305
8 changed files with 55 additions and 9 deletions

View file

@ -40,7 +40,7 @@ extern int shutdown_pending;
extern int update_pending;
extern int update_running;
extern empth_rwlock_t *update_lock;
extern time_t update_time[];
extern time_t update_time[16];
void market_init(void);
void update_main(void);