aboutsummaryrefslogtreecommitdiff
path: root/lib/addrfmt.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-02-23 18:04:52 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-02-23 18:04:52 +0200
commitdd2c48ddfc7f8bc62c565b43bbd42a3a2a87836d (patch)
treec160c3d7af3a7709fb33224e8344caafe581fcc4 /lib/addrfmt.c
parent6e73a7b0822d1fd506c75a662070f447bba94afb (diff)
downloadpies-dd2c48ddfc7f8bc62c565b43bbd42a3a2a87836d.tar.gz
pies-dd2c48ddfc7f8bc62c565b43bbd42a3a2a87836d.tar.bz2
Bugfixes
* lib/addrfmt.c: Include limits.h * src/ctl.c (fun_stop,fun_start): Ignore non-component progs. * src/pies.c (request_restart_components): Fix piesctl invocation. * src/pies.h (PIES_CHLD_RESCHEDULE_ALARM): New flag. (progman_wait_until): Remove. (progman_recompute_alarm): New proto. * src/progman.c (recompute_alarm): Remove. All uses raise PIES_CHLD_RESCHEDULE_ALARM instead. (progman_wake_sleeping): Handle status_stopping components independently on their activity flag. (prog_stop_all, progman_wait_until): Remove. (progman_stop): Rewrite using mark+sweep approach.
Diffstat (limited to 'lib/addrfmt.c')
-rw-r--r--lib/addrfmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/addrfmt.c b/lib/addrfmt.c
index bd468ef..68f518c 100644
--- a/lib/addrfmt.c
+++ b/lib/addrfmt.c
@@ -18,6 +18,7 @@
# include <config.h>
#endif
#include "libpies.h"
+#include <limits.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>

Return to:

Send suggestions and report system problems to the System administrator.