bio.o added to redis-server objects

This commit is contained in:
antirez
2011-09-13 15:59:48 +02:00
parent d1ec6c8b22
commit 02925dd96e
3 changed files with 114 additions and 1 deletions

6
src/bio.h Normal file
View File

@ -0,0 +1,6 @@
/* Exported API */
void bioInit(void);
void bioCreateBackgroundJob(int type, void *data);
/* Background job opcodes */
#define REDIS_BIO_CLOSE_FILE 1