Prechádzať zdrojové kódy

sl: document event routes

(cherry picked from commit 2a157d6f0951124ca8a3aba7171dfb91c68625b7)
Mikko Lehto 8 rokov pred
rodič
commit
92e776c6e1
1 zmenil súbory, kde vykonal 31 pridanie a 0 odobranie
  1. 31 0
      src/modules/sl/doc/sl.xml

+ 31 - 0
src/modules/sl/doc/sl.xml

@@ -75,5 +75,36 @@
     <xi:include href="sl_params.xml"/>
     <xi:include href="sl_functions.xml"/>
     <xi:include href="sl_stats.xml"/>
+
+	<section>
+		<title>Event routes</title>
+			<section>
+					<title><function moreinfo="none">sl:filtered-ack</function></title>
+					<para>
+					Executed when ACK to locally generated reply is recognized and absorbed.
+					</para>
+					<programlisting  format="linespecific">
+...
+event_route[sl:filtered-ack] {
+    xlog("sl:filtered-ack ACK to local reply absorbed\n");
+}
+...
+					</programlisting>
+			</section>
+			<section>
+					<title><function moreinfo="none">sl:local-response</function></title>
+					<para>
+					Executed after sl module reply function has sent local reply.
+					</para>
+					<programlisting  format="linespecific">
+...
+event_route[sl:local-response] {
+    xlog("sl:local-response replied locally\n");
+}
+...
+					</programlisting>
+			</section>
+	</section>
+
     </chapter>
 </book>