From 8e8ae43531b3e7f52cb6dc2f81e139926decac66 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 28 Dec 2015 16:16:07 +0100 Subject: a file guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/README (limited to 'src/README') diff --git a/src/README b/src/README new file mode 100644 index 0000000..541907e --- /dev/null +++ b/src/README @@ -0,0 +1,19 @@ +sat.c The satd program, ask satd to queue a job. +satq.c The satq program, ask satd for a list of queued jobs. +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. + +parse_time.[ch] Use by sat.c to parse the time argument. + Only rudimentary parsing is done. + +daemonise.[ch] From ; + daemonisation of the process. Used by satd.c + +client.[ch] Used by sat{,q,r,rm}.c, code for communicating + with satd, starts satd transparently if necessary. + +common.h Used by sat{,q,r,rm}.c, some shared code. + -- cgit v1.2.3-70-g09d2