Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
af517760
Commit
af517760
authored
Aug 21, 2012
by
Kazunori Fujiwara
Browse files
[2138] bind10-gude.xml update and comment update
parent
2d85cd23
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/guide/bind10-guide.xml
View file @
af517760
...
...
@@ -1407,21 +1407,6 @@ can use various data source backends.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
statistics-interval
</term>
<listitem>
<simpara>
<varname>
statistics-interval
</varname>
is the timer interval
in seconds for
<command>
b10-auth
</command>
to share its
statistics information to
<citerefentry><refentrytitle>
b10-stats
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
.
Statistics updates can be disabled by setting this to 0.
The default is 60.
</simpara>
</listitem>
</varlistentry>
</variablelist>
</para>
...
...
@@ -1457,10 +1442,11 @@ can use various data source backends.
<term>
sendstats
</term>
<listitem>
<simpara>
<command>
send
stats
</command>
tell
s
<command>
b10-auth
</command>
<command>
get
stats
</command>
request
s
<command>
b10-auth
</command>
to send its statistics data to
<citerefentry><refentrytitle>
b10-stats
</refentrytitle><manvolnum>
8
</manvolnum></citerefentry>
immediately.
<citerefentry><refentrytitle>
b10-stats
</refentrytitle>
<manvolnum>
8
</manvolnum></citerefentry>
as a response of the command.
</simpara>
</listitem>
</varlistentry>
...
...
src/bin/auth/command.cc
View file @
af517760
...
...
@@ -105,7 +105,8 @@ public:
isc
::
data
::
ConstElementPtr
args
)
=
0
;
};
// Handle the "shutdown" command.
// Handle the "shutdown" command. An optional parameter "pid" is used to
// see if it is really for our instance.
class
ShutdownCommand
:
public
AuthCommand
{
public:
virtual
ConstElementPtr
exec
(
AuthSrv
&
server
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment