aboutsummaryrefslogtreecommitdiffstats
path: root/src/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-28 17:01:42 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-28 17:01:42 +0100
commit4cf537d9cbf122572d98867d7239881ee63fd336 (patch)
treeeb56a9a5f5b520d69765046e587e4f1f17f5c8e0 /src/README
parentclose state file + unlink before closing to avoid race condition (diff)
downloadsat-4cf537d9cbf122572d98867d7239881ee63fd336.tar.gz
sat-4cf537d9cbf122572d98867d7239881ee63fd336.tar.bz2
sat-4cf537d9cbf122572d98867d7239881ee63fd336.tar.xz
accept connections and for-exec to appropriate image
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/README')
-rw-r--r--src/README6
1 files changed, 5 insertions, 1 deletions
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.