From 4cf537d9cbf122572d98867d7239881ee63fd336 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 28 Dec 2015 17:01:42 +0100 Subject: accept connections and for-exec to appropriate image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/README') diff --git a/src/README b/src/README index 541907e..e36126f 100644 --- a/src/README +++ b/src/README @@ -4,7 +4,11 @@ satr.c The satr program, ask satd to run jobs early. satrm.c The satrm program, ask satd to remove jobs from the queue. satd.c The initialisation part of satd. -satd-diminished.c The rest of satd, std.c exec:s to this. +satd-diminished.c The rest of satd, satd.c exec:s to this. +satd-add.c The part of satd responding to sat, satd-diminished.c fork–exec:s to this. +satd-rm.c The part of satd responding to satrm, satd-diminished.c fork–exec:s to this. +satd-list.c The part of satd responding to satlist, satd-diminished.c fork–exec:s to this. +satd-run.c The part of satd responding to satr, satd-diminished.c fork–exec:s to this. parse_time.[ch] Use by sat.c to parse the time argument. Only rudimentary parsing is done. -- cgit v1.2.3-70-g09d2