summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss/truss.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/truss/truss.h')
-rw-r--r--usr.bin/truss/truss.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/truss/truss.h b/usr.bin/truss/truss.h
index 7dd87f5..dcc86a5 100644
--- a/usr.bin/truss/truss.h
+++ b/usr.bin/truss/truss.h
@@ -41,6 +41,9 @@ struct threadinfo
lwpid_t tid;
int in_syscall;
int in_fork;
+ void *fsc;
+ struct timespec before;
+ struct timespec after;
};
struct trussinfo
@@ -53,8 +56,6 @@ struct trussinfo
FILE *outfile;
struct timespec start_time;
- struct timespec before;
- struct timespec after;
struct threadinfo *curthread;
OpenPOWER on IntegriCloud