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