From a744738cb14e7d0c9cb5d4ea6d64247db5a8822c Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 14 Feb 2020 12:55:04 +0200 Subject: Version 0.2 * NEWS: Update. * README: Update. * THANKS: Update. * doc/ping903.8: Spell checking. * doc/ping903q.1: Likewise. * src/Makefile.am: Distribute ping903.conf * src/ping903.h (HOST_STAT_INIT) (HOST_STAT_VALID,HOST_STAT_PENDING) (HOST_STAT_INVALID): New constants. (host_stat): New member "status". (host_stat_is_valid): Rewrite using status. * src/ping903q.c: "status" is string now. Handle particular values. * src/pinger.c: Maintain current status of each host_stat structure in the status member. (host_stat): Mark object as valid. (host_reset): Update status. (get_host_stat): Report object validity in the "validity" member, and its current status in "status" (string). * src/json.c: Implement json_value_copy. * src/json.h (json_value_copy): New proto. * src/ping903.c (ept_config): Return particular setting, if so requested. --- THANKS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'THANKS') diff --git a/THANKS b/THANKS index 47d21b5..266b7cd 100644 --- a/THANKS +++ b/THANKS @@ -1 +1 @@ -FIXME: Nothing so far \ No newline at end of file +Thanks to Peter Markeloff for urging me to write the tool. -- cgit v1.2.1