aboutsummaryrefslogtreecommitdiff
path: root/src/pies.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-19 10:41:30 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-19 10:41:30 +0300
commitc82b7d90fdf12cadb29dcfe177c5638c04ed544c (patch)
treef4925a1a86a72c17efd0affa9b8167b6411abe45 /src/pies.h
parent4cb33c7c355491f602bbf09f97e90aa90afb4797 (diff)
downloadpies-c82b7d90fdf12cadb29dcfe177c5638c04ed544c.tar.gz
pies-c82b7d90fdf12cadb29dcfe177c5638c04ed544c.tar.bz2
Account for possible system clock inaccuracies.
* src/pies.h (progman_wake_sleeping): Takes one argument. * src/progman.c (progman_wake_sleeping): Takes one argument. Account for possible clock inaccuracy. (progman_cleanup): Print correct signal number in the diagnostics. Update call to progman_wake_sleeping. * src/pies.c (main): Update call to progman_wake_sleeping.
Diffstat (limited to 'src/pies.h')
-rw-r--r--src/pies.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pies.h b/src/pies.h
index 885d252..0d3e639 100644
--- a/src/pies.h
+++ b/src/pies.h
@@ -183,7 +183,7 @@ extern char **mailer_argv;
void register_prog (struct component *comp);
size_t progman_running_count (void);
void progman_start (void);
-void progman_wake_sleeping (void);
+void progman_wake_sleeping (int);
void progman_stop (void);
void progman_cleanup (int expect_term);
void progman_stop_component (const char *name);

Return to:

Send suggestions and report system problems to the System administrator.