aboutsummaryrefslogtreecommitdiffstats
path: root/src/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-01 22:34:34 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-01 22:34:34 +0100
commit4cba520a67e615b43dc22994670a904daf8643ae (patch)
tree6649c99fa94d8b7842a8ca7df7478ccf722d4c67 /src/README
parentremove satd-rm and satd-r and let satrm and satr do everything (not done yet) (diff)
downloadsat-4cba520a67e615b43dc22994670a904daf8643ae.tar.gz
sat-4cba520a67e615b43dc22994670a904daf8643ae.tar.bz2
sat-4cba520a67e615b43dc22994670a904daf8643ae.tar.xz
massive simpliciation and small bug fixes (not tested yet)
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r--src/README11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/README b/src/README
index 6780080..ec48c8d 100644
--- a/src/README
+++ b/src/README
@@ -1,11 +1,10 @@
-sat.c The satd program, ask satd to queue a job.
+sat.c The satd program, queues a job and the pokes or starts the daemon.
satq.c The satq program, prints the job queue.
satr.c The satr program, runs jobs and then pokes the daemon.
satrm.c The satrm program, removes jobs and then pokes the daemon.
satd.c The initialisation part of satd.
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-timer.c The part of satd responsible for running expired jobs and setting timers
to wait for new expirations, satd-diminished.c fork–exec:s to this.
@@ -15,11 +14,5 @@ parse_time.[ch] Use by sat.c to parse the time argument.
daemonise.[ch] From <http://github.com/maandree/slibc>;
daemonisation of the process. Used by satd.c
-client.[ch] Used by sat.c, code for communicating
- with satd, starts satd transparently if necessary.
-
-daemon.[ch] Used by sat{q,r,rm,d*}.c, some shared code for daemons objects.
-
-common.h Used by sat{,q,r,rm,d*}.c, some shared code.
- Included via client.h and daemon.h.
+common.[ch] Used by sat{q,r,rm,d*}.c, some shared code.