diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-28 17:01:42 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-28 17:01:42 +0100 |
commit | 4cf537d9cbf122572d98867d7239881ee63fd336 (patch) | |
tree | eb56a9a5f5b520d69765046e587e4f1f17f5c8e0 /src/README | |
parent | close state file + unlink before closing to avoid race condition (diff) | |
download | sat-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/README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. |