]> git.saurik.com Git - redis.git/blobdiff - src/bio.h
bio.o added to redis-server objects
[redis.git] / src / bio.h
diff --git a/src/bio.h b/src/bio.h
new file mode 100644 (file)
index 0000000..3721fa2
--- /dev/null
+++ b/src/bio.h
@@ -0,0 +1,6 @@
+/* Exported API */
+void bioInit(void);
+void bioCreateBackgroundJob(int type, void *data);
+
+/* Background job opcodes */
+#define REDIS_BIO_CLOSE_FILE    1