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
a4066989
Unverified
Commit
a4066989
authored
Nov 25, 2019
by
Salvatore Sanfilippo
Committed by
GitHub
Nov 25, 2019
Browse files
Merge pull request #6609 from daidaotong/macrofix
Add macro in bio.h
parents
6203ed04
bfd8c1fd
Changes
1
Show whitespace changes
Inline
Side-by-side
src/bio.h
View file @
a4066989
...
...
@@ -27,6 +27,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef __BIO_H
#define __BIO_H
/* Exported API */
void
bioInit
(
void
);
void
bioCreateBackgroundJob
(
int
type
,
void
*
arg1
,
void
*
arg2
,
void
*
arg3
);
...
...
@@ -40,3 +43,5 @@ void bioKillThreads(void);
#define BIO_AOF_FSYNC 1
/* Deferred AOF fsync. */
#define BIO_LAZY_FREE 2
/* Deferred objects freeing. */
#define BIO_NUM_OPS 3
#endif
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