PERFORCE change 134427 for review
    John Birrell 
    jb at FreeBSD.org
       
    Tue Jan 29 17:37:08 PST 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=134427
Change 134427 by jb at jb_freebsd1 on 2008/01/30 01:36:15
	IFdtrace
Affected files ...
.. //depot/projects/dtrace7/src/sys/sys/proc.h#5 edit
Differences ...
==== //depot/projects/dtrace7/src/sys/sys/proc.h#5 (text+ko) ====
@@ -301,6 +301,7 @@
 	struct kaudit_record	*td_ar;	/* (k) Active audit record, if any. */
 	int		td_syscalls;	/* per-thread syscall count (used by NFS :)) */
 	struct kdtrace_thread	*td_dtrace; /* (*) DTrace-specific data. */
+	int		td_errno;	/* Error returned by last syscall. */
 };
 
 struct mtx *thread_lock_block(struct thread *);
    
    
More information about the p4-projects
mailing list