aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryaworsky <yaworsky>2005-10-26 07:05:25 +0000
committeryaworsky <yaworsky>2005-10-26 07:05:25 +0000
commit2f3e30fc859007be7e781c89b59f56a3ce7f3566 (patch)
tree294e231ba77d41f0baf0a1d54ff117d6f4f7cb8a
parent5ba34a34a9811b9fca16bebf6cf95f80b28dd910 (diff)
downloadsyslog-win32-2f3e30fc859007be7e781c89b59f56a3ce7f3566.tar.gz
syslog-win32-2f3e30fc859007be7e781c89b59f56a3ce7f3566.tar.xz
syslog-win32-2f3e30fc859007be7e781c89b59f56a3ce7f3566.zip
Shown different destinations on the diagram.
-rw-r--r--doc/src/internals.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/internals.xml b/doc/src/internals.xml
index 0ac12ec..d64bf87 100644
--- a/doc/src/internals.xml
+++ b/doc/src/internals.xml
@@ -71,7 +71,7 @@ or by the writing thread after file is closed.
+-------+
- +-----------+ +-----+ +--------------+
+ file +-----------+ +-----+ +--------------+
destination: >--|multiplexer|-+->|queue|+ ---> |writing thread|+
+-----------+ +->+-----+|+ ---> +--------------+|+
^ +-> +-----+| ---> +--------------+|
@@ -79,5 +79,10 @@ destination: >--|multiplexer|-+->|queue|+ ---> |writing thread|+
+----------------+
|filename pattern|
+----------------+
+
+
+ relay +--------+
+destination: >--|sendto()|
+ +--------+
</screen>
</para>