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
ruanhaishen
redis
Commits
504e5072
Commit
504e5072
authored
Nov 27, 2012
by
Matt Arsenault
Committed by
antirez
Nov 28, 2012
Browse files
It's a watchdog, not a watchdong.
parent
95f68f7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/debug.c
View file @
504e5072
...
...
@@ -833,7 +833,7 @@ void watchdogScheduleSignal(int period) {
setitimer
(
ITIMER_REAL
,
&
it
,
NULL
);
}
/* Enable the software watchdo
n
g with the specified period in milliseconds. */
/* Enable the software watchdog with the specified period in milliseconds. */
void
enableWatchdog
(
int
period
)
{
int
min_period
;
...
...
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