diff options
Diffstat (limited to 'include/linux/uprobes.h')
-rw-r--r-- | include/linux/uprobes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/uprobes.h b/include/linux/uprobes.h index 24594571c5a..ffb1984db93 100644 --- a/include/linux/uprobes.h +++ b/include/linux/uprobes.h @@ -84,6 +84,7 @@ struct xol_area { * the vma go away, and we must handle that reasonably gracefully. */ unsigned long vaddr; /* Page(s) of instruction slots */ + unsigned long uretprobe_trampoline_addr; /* addr of trampolines */ }; struct uprobes_state { |