From 99a6015165d161c4b99c72d81497e3496b387768 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Fri, 20 Nov 2015 12:03:46 +0100 Subject: [PATCH] dmq_usrloc: documentation for sync parameter --- modules/dmq_usrloc/README | 18 +++++++++++ modules/dmq_usrloc/doc/dmq_usrloc_admin.xml | 33 +++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/modules/dmq_usrloc/README b/modules/dmq_usrloc/README index c22b9fa286e..db192333837 100644 --- a/modules/dmq_usrloc/README +++ b/modules/dmq_usrloc/README @@ -27,10 +27,12 @@ Andrey Rybkin 3. Parameters 3.1. enable (int) + 3.2. sync (int) List of Examples 1.1. Set enable parameter + 1.2. Set sync parameter Chapter 1. Admin Guide @@ -44,6 +46,7 @@ Chapter 1. Admin Guide 3. Parameters 3.1. enable (int) + 3.2. sync (int) 1. Overview @@ -63,6 +66,7 @@ Chapter 1. Admin Guide 3. Parameters 3.1. enable (int) + 3.2. sync (int) 3.1. enable (int) @@ -77,3 +81,17 @@ Chapter 1. Admin Guide ... modparam("dmq_usrloc", "enable", 1) ... + +3.2. sync (int) + + The parameter controls whetner to request synchronization of all usrloc + records at startup. The value can be: + * 0 - disabled + * 1 - enabled + + Default value is 1. + + Example 1.2. Set sync parameter +... +modparam("dmq_usrloc", "sync", 0) +... diff --git a/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml b/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml index abd529dab7a..a7da61d899e 100644 --- a/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml +++ b/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml @@ -72,6 +72,39 @@ ... modparam("dmq_usrloc", "enable", 1) ... + + + +
+ <varname>sync</varname> (int) + + The parameter controls whetner to request synchronization of all + usrloc records at startup. + The value can be: + + + + 0 - disabled + + + + + 1 - enabled + + + + + + + Default value is 1. + + + + Set <varname>sync</varname> parameter + +... +modparam("dmq_usrloc", "sync", 0) +...