Support backend reference counting

parent 9c1713f2
......@@ -62,8 +62,8 @@ static const struct vrt_blob null_blob[1] = {{
#define FREE_ACL(ptr) (void)0
#define KIND_BACKEND immediate
#define CP_BACKEND(dst, src) (dst) = (src)
#define FREE_BACKEND(ptr) (void)0
#define CP_BACKEND(dst, src) VRT_Assign_Backend(&dst, src)
#define FREE_BACKEND(ptr) VRT_Assign_Backend(&ptr, NULL)
#define KIND_BLOB pointer
#define CP_BLOB(dst, src) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment