7e3ec19572a877ec2ba6cd6d36159dac74b3c781
[ust.git] / include / ust / tracectl.h
1 #ifndef UST_TRACECTL_H
2 #define UST_TRACECTL_H
3
4 typedef struct ust_fork_info {
5 sigset_t orig_sigs;
6 } ust_fork_info_t;
7
8 extern void ust_potential_exec(void);
9
10 extern void ust_before_fork(ust_fork_info_t *fork_info);
11 extern void ust_after_fork_parent(ust_fork_info_t *fork_info);
12 extern void ust_after_fork_child(ust_fork_info_t *fork_info);
13
14 #endif /* UST_TRACECTL_H */
This page took 0.028661 seconds and 3 git commands to generate.