diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-28 20:25:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-28 20:25:21 +0100 |
commit | 24d9c657dd1043af74046df01dbec60235d32c87 (patch) | |
tree | 97ee1174488a5be1343c8f7eb58acbe385b8185d /src/README | |
parent | ... (diff) | |
download | sat-24d9c657dd1043af74046df01dbec60235d32c87.tar.gz sat-24d9c657dd1043af74046df01dbec60235d32c87.tar.bz2 sat-24d9c657dd1043af74046df01dbec60235d32c87.tar.xz |
m + receive messages
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/README')
-rw-r--r-- | src/README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -19,5 +19,7 @@ daemonise.[ch] From <http://github.com/maandree/slibc>; 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. +daemon.[ch] Used by satd*.c, some shared code for daemons objects. + +common.h Used by sat{,q,r,rm,d}.c, some shared code. |