memobj_wrap_attr_set_lazywrite()

Indicate whether the object shall be re-mapped with the lazy writing mechanism

Synopsis:

#include <memobj/wrap.h>
void memobj_wrap_attr_set_lazywrite(struct memobj_wrap_attr *attr, bool lazy)

Arguments:

attr
The attribute structure to modify.
lazy
Specifies whether to use lazy writing mechanism.

Library:

libmemobj

Description:

Note:
This function is provided for compatibilit; use the function memobj_attr_set_cache_mode() instead.
The memobj_wrap_attr_set_lazywrite() function indicates whether the object shall be re-mapped with the lazy writing mechanism.

Page updated: