diff options
Diffstat (limited to 'include/linux/cn_proc.h')
| -rw-r--r-- | include/linux/cn_proc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/cn_proc.h b/include/linux/cn_proc.h index 2c1bc1ea04ee..1d5b02a96c46 100644 --- a/include/linux/cn_proc.h +++ b/include/linux/cn_proc.h | |||
| @@ -26,6 +26,7 @@ void proc_id_connector(struct task_struct *task, int which_id); | |||
| 26 | void proc_sid_connector(struct task_struct *task); | 26 | void proc_sid_connector(struct task_struct *task); |
| 27 | void proc_ptrace_connector(struct task_struct *task, int which_id); | 27 | void proc_ptrace_connector(struct task_struct *task, int which_id); |
| 28 | void proc_comm_connector(struct task_struct *task); | 28 | void proc_comm_connector(struct task_struct *task); |
| 29 | void proc_coredump_connector(struct task_struct *task); | ||
| 29 | void proc_exit_connector(struct task_struct *task); | 30 | void proc_exit_connector(struct task_struct *task); |
| 30 | #else | 31 | #else |
| 31 | static inline void proc_fork_connector(struct task_struct *task) | 32 | static inline void proc_fork_connector(struct task_struct *task) |
| @@ -48,6 +49,9 @@ static inline void proc_ptrace_connector(struct task_struct *task, | |||
| 48 | int ptrace_id) | 49 | int ptrace_id) |
| 49 | {} | 50 | {} |
| 50 | 51 | ||
| 52 | static inline void proc_coredump_connector(struct task_struct *task) | ||
| 53 | {} | ||
| 54 | |||
| 51 | static inline void proc_exit_connector(struct task_struct *task) | 55 | static inline void proc_exit_connector(struct task_struct *task) |
| 52 | {} | 56 | {} |
| 53 | #endif /* CONFIG_PROC_EVENTS */ | 57 | #endif /* CONFIG_PROC_EVENTS */ |
