[BACK]Return to sched.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/sys/sched.h between version 1.1 and 1.2

version 1.1, 1999/02/23 02:56:04 version 1.2, 1999/02/28 18:14:58
Line 92 
Line 92 
 int     schedhz;                        /* ideally: 16 */  int     schedhz;                        /* ideally: 16 */
   
 #ifdef  _SYS_PROC_H_  #ifdef  _SYS_PROC_H_
 void schedclk __P((struct proc *p));  void schedclock __P((struct proc *p));
 static __inline void scheduler_fork_hook __P((  static __inline void scheduler_fork_hook __P((
         struct proc *parent, struct proc *child));          struct proc *parent, struct proc *child));
 static __inline void scheduler_wait_hook __P((  static __inline void scheduler_wait_hook __P((

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>