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
799208de
Commit
799208de
authored
Oct 06, 2016
by
antirez
Browse files
Fix name of mispelled function.
parent
152c1b68
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.h
View file @
799208de
...
...
@@ -517,7 +517,7 @@ typedef struct RedisModuleIO {
rio
*
rio
;
/* Rio stream. */
moduleType
*
type
;
/* Module type doing the operation. */
int
error
;
/* True if error condition happened. */
struct
RedisModuleCtx
*
ctx
;
/* Optional context,
via
Get
IO
Context
() call.
*/
struct
RedisModuleCtx
*
ctx
;
/* Optional context,
see RM_
GetContext
FromIO()
*/
}
RedisModuleIO
;
#define moduleInitIOContext(iovar,mtype,rioptr) do { \
...
...
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