< prev index next >

src/jdk.hotspot.agent/linux/native/libsaproc/libproc_impl.h

Print this page

        

@@ -65,10 +65,11 @@
 typedef struct map_info {
    int              fd;       // file descriptor
    off_t            offset;   // file offset of this mapping
    uintptr_t        vaddr;    // starting virtual address
    size_t           memsz;    // size of the mapping
+   uint32_t         flags;    // acces flags
    struct map_info* next;
 } map_info;
 
 // vtable for ps_prochandle
 typedef struct ps_prochandle_ops {
< prev index next >