aboutsummaryrefslogtreecommitdiff
path: root/src/.gitignore
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2020-02-12 12:16:52 +0100
committerSergey Poznyakoff <gray@gnu.org.ua>2020-02-12 12:41:48 +0100
commit46ac092358df2a779754788f5f32bcb8aae5e2a0 (patch)
tree31aa768cf766c43d19fd20f179d46797e7ef2640 /src/.gitignore
parentf9991b5a09024a7b7bd3ee52338f0cda5ddde794 (diff)
downloadping903-46ac092358df2a779754788f5f32bcb8aae5e2a0.tar.gz
ping903-46ac092358df2a779754788f5f32bcb8aae5e2a0.tar.bz2
Implement simple query utility
* configure.ac: Test for ranlib * src/.gitignore: Update. * src/ping903q.c: New file. * src/Makefile.am: Build ping903q * src/defs.h: New file. * src/mem.h: New file. * src/json.h (json_2nrealloc): New proto. * src/config.c: New statement: "access-log-verbose" Change error codes to positive values. * src/main.c: Use DEFAULT_CONFIG_FILE instead of hardcoding the file name. * src/ping903.c: Log json object only if access-log-verbose has been requested. * src/ping903.conf: Document access-log-verbose * src/ping903.h (HOSTADDR): Rename tv to xmit_tv. New member: start_tv. * src/pinger.c: Keep the time when first packet has been sent in the start_tv member.
Diffstat (limited to 'src/.gitignore')
-rw-r--r--src/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore
index deb4593..2112ee5 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -1 +1,2 @@
/ping903
+/ping903q

Return to:

Send suggestions and report system problems to the System administrator.