浏览代码

Added description of bind_tm parameter for the sl module

Marius Zbihlei 16 年之前
父节点
当前提交
ce62963466
共有 2 个文件被更改,包括 32 次插入1 次删除
  1. 13 0
      modules_k/sl/README
  2. 19 1
      modules_k/sl/doc/sl_admin.xml

+ 13 - 0
modules_k/sl/README

@@ -27,6 +27,7 @@ Bogdan Iancu
         1.3. Exported Parameters
         1.3. Exported Parameters
 
 
               1.3.1. enable_stats (integer)
               1.3.1. enable_stats (integer)
+              1.3.2  bind_tm (integer)
 
 
         1.4. Exported Functions
         1.4. Exported Functions
 
 
@@ -113,6 +114,18 @@ Chapter 1. Admin Guide
    Example 1.1. enable_stats example
    Example 1.1. enable_stats example
 modparam("sl", "enable_stats", 0)
 modparam("sl", "enable_stats", 0)
 
 
+1.3.1. bind_tm (integer)
+
+   If the module should use transaction support for sending the 
+   replies. A zero value means disabled.
+   
+   Module tm should be loaded before of this one
+
+   Default value is 1 (enabled).
+
+   Example 1.1. bind_tm example
+modparam("sl", "bind_tm", 0)
+
 1.4. Exported Functions
 1.4. Exported Functions
 
 
 1.4.1.  sl_send_reply(code, reason)
 1.4.1.  sl_send_reply(code, reason)

+ 19 - 1
modules_k/sl/doc/sl_admin.xml

@@ -99,6 +99,25 @@ modparam("sl", "enable_stats", 0)
 </programlisting>
 </programlisting>
 		</example>
 		</example>
 	</section>
 	</section>
+	<section>
+               <title><varname>load_tm</varname> (integer)</title>
+               <para>
+               If the module should use transaction support for sending the
+               replies. A zero value means disabled.
+               </para>
+               <para>
+               Module tm should be loaded before of this one
+               </para>
+               <para>
+               Default value is 1 (enabled).
+               </para>
+               <example>
+               <title>load_tm example</title>
+               <programlisting format="linespecific">
+modparam("sl", "load_tm", 0)
+</programlisting>
+               </example>
+       </section>
 	</section>
 	</section>
 
 
 	<section>
 	<section>
@@ -259,4 +278,3 @@ sl_reply_error();
 	</section>
 	</section>
 	
 	
 </chapter>
 </chapter>
-