修改回调函数参数,在close fd时flush掉缓存内容

This commit is contained in:
pengxuanzheng
2020-11-03 18:09:03 +08:00
parent 9ef02a67dd
commit 6259b938ec
5 changed files with 46 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ enum s3errors
OBJECT_NOT_IN_ACTIVE_TIER
};
typedef void (*put_finished_callback)(bool, const char *, void *);
typedef void (*put_finished_callback)(bool, const char *, const char *, const char *, void *);
/*************************************************************************************