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
hiredis
Commits
4ede1bad
Commit
4ede1bad
authored
Dec 06, 2013
by
Charlie Somerville
Committed by
Matt Stancliff
Apr 09, 2014
Browse files
Define redisLibuvAttach as static
Closes #206
parent
66192a00
Changes
1
Hide whitespace changes
Inline
Side-by-side
adapters/libuv.h
View file @
4ede1bad
...
...
@@ -87,7 +87,7 @@ static void redisLibuvCleanup(void *privdata) {
}
int
redisLibuvAttach
(
redisAsyncContext
*
ac
,
uv_loop_t
*
loop
)
{
static
int
redisLibuvAttach
(
redisAsyncContext
*
ac
,
uv_loop_t
*
loop
)
{
redisContext
*
c
=
&
(
ac
->
c
);
if
(
ac
->
ev
.
data
!=
NULL
)
{
...
...
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