Procházet zdrojové kódy

Update documentation to include new usrloc_domain parameter.

Charles Chance před 9 roky
rodič
revize
af2f50071d

+ 16 - 0
modules/dmq_usrloc/README

@@ -31,12 +31,15 @@ Andrey Rybkin
               3.3. batch_size (int)
               3.3. batch_size (int)
               3.4. batch_usleep (int)
               3.4. batch_usleep (int)
 
 
+        4. usrloc_domain (string)
+
    List of Examples
    List of Examples
 
 
    1.1. Set enable parameter
    1.1. Set enable parameter
    1.2. Set sync parameter
    1.2. Set sync parameter
    1.3. Set batch size parameter
    1.3. Set batch size parameter
    1.4. Set batch_usleep parameter
    1.4. Set batch_usleep parameter
+   1.5. Set usrloc_domain parameter
 
 
 Chapter 1. Admin Guide
 Chapter 1. Admin Guide
 
 
@@ -54,6 +57,8 @@ Chapter 1. Admin Guide
         3.3. batch_size (int)
         3.3. batch_size (int)
         3.4. batch_usleep (int)
         3.4. batch_usleep (int)
 
 
+   4. usrloc_domain (string)
+
 1. Overview
 1. Overview
 
 
    The module adds user location (usrloc) records replication between
    The module adds user location (usrloc) records replication between
@@ -134,3 +139,14 @@ modparam("dmq_usrloc", "batch_size", 4000)
 ...
 ...
 modparam("dmq_usrloc", "batch_usleep", 1000)
 modparam("dmq_usrloc", "batch_usleep", 1000)
 ...
 ...
+
+4. usrloc_domain (string)
+
+   The usrloc domain to synchronize.
+
+   Default value is “location”.
+
+   Example 1.5. Set usrloc_domain parameter
+...
+modparam("dmq_usrloc", "usrloc_domain", "my_domain")
+...

+ 20 - 0
modules/dmq_usrloc/doc/dmq_usrloc_admin.xml

@@ -179,5 +179,25 @@ modparam("dmq_usrloc", "batch_usleep", 1000)
 	</section>
 	</section>
 	</section>
 	</section>
 
 
+	<section id="usrloc_dmq.p.usrloc_domain">
+		<title><varname>usrloc_domain</varname> (string)</title>
+		<para>
+			The usrloc domain to synchronize.
+		</para>
+		<para>
+		<emphasis>
+			Default value is <quote>location</quote>.
+		</emphasis>
+		</para>
+		<example>
+		<title>Set <varname>usrloc_domain</varname> parameter</title>
+		<programlisting format="linespecific">
+...
+modparam("dmq_usrloc", "usrloc_domain", "my_domain")
+...
+</programlisting>
+		</example>
+	</section>
+
 </chapter>
 </chapter>