移除 super_access.c 中不必要的 break_handler 成员定义
This commit is contained in:
@@ -105,7 +105,6 @@ DYNAMIC_STRUCT_BEGIN(kprobe)
|
|||||||
DEFINE_MEMBER(kprobe, pre_handler)
|
DEFINE_MEMBER(kprobe, pre_handler)
|
||||||
DEFINE_MEMBER(kprobe, post_handler)
|
DEFINE_MEMBER(kprobe, post_handler)
|
||||||
DEFINE_MEMBER(kprobe, fault_handler)
|
DEFINE_MEMBER(kprobe, fault_handler)
|
||||||
DEFINE_MEMBER(kprobe, break_handler)
|
|
||||||
DEFINE_MEMBER(kprobe, flags)
|
DEFINE_MEMBER(kprobe, flags)
|
||||||
DYNAMIC_STRUCT_END(kprobe)
|
DYNAMIC_STRUCT_END(kprobe)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user