postgres hook 测试成功

This commit is contained in:
2026-03-13 01:59:05 +00:00
parent a153ca5040
commit 544f532bf5
53 changed files with 5964 additions and 1674 deletions

View File

@@ -0,0 +1,13 @@
#ifndef __ZVFS_ENGINE_H__
#define __ZVFS_ENGINE_H__
#include "proto/ipc_proto.h"
int zvfs_engine_init(const char *bdev_name, const char *json_file, int thread_num);
int dispatch_to_worker(struct zvfs_req *req);
#endif