Function panda_sys::memory_region_is_logging[][src]

pub unsafe extern "C" fn memory_region_is_logging(
    mr: *mut MemoryRegion,
    client: u8
) -> bool
Expand description

memory_region_is_logging: return whether a memory region is logging writes

Returns %true if the memory region is logging writes for the given client

@mr: the memory region being queried @client: the client being queried