Changeset 2516 for neercs/trunk/src/mytrace.h
- Timestamp:
- Jul 2, 2008, 4:35:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/mytrace.h
r2514 r2516 16 16 17 17 struct mytrace* mytrace_attach(long int pid); 18 struct mytrace* mytrace_fork(struct mytrace *t); 18 19 int mytrace_detach(struct mytrace *t); 20 long mytrace_getpid(struct mytrace *t); 19 21 20 22 int mytrace_open(struct mytrace *t, char const *path, int mode); … … 25 27 int mytrace_setsid(struct mytrace *t); 26 28 int mytrace_kill(struct mytrace *t, long pid, int sig); 29 int mytrace_exit(struct mytrace *t, int status); 27 30
Note: See TracChangeset
for help on using the changeset viewer.