Add allocbuf/freebuf to the umem stevedore

Ref #3661
parent 6fca9764
......@@ -465,6 +465,8 @@ const struct stevedore smu_stevedore = {
.methods = &SML_methods,
.var_free_space = smu_free_space,
.var_used_space = smu_used_space,
.allocbuf = SML_AllocBuf,
.freebuf = SML_FreeBuf,
};
#endif /* HAVE_UMEM_H */
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