Mercurial > hg > Members > menikon > CbC_xv6
comparison src/proc.h @ 31:96a5833d0d82
fix
author | mir3636 |
---|---|
date | Fri, 18 Jan 2019 18:20:02 +0900 (2019-01-18) |
parents | 1a64b5645cdd |
children | 96af12a50fdb |
comparison
equal
deleted
inserted
replaced
30:6a7ab1d7001c | 31:96a5833d0d82 |
---|---|
72 struct cbc_console_arg { | 72 struct cbc_console_arg { |
73 int n; | 73 int n; |
74 int target; | 74 int target; |
75 char* dst; | 75 char* dst; |
76 struct inode *ip; | 76 struct inode *ip; |
77 struct file *f; | |
77 __code (*next)(int ret); | 78 __code (*next)(int ret); |
78 } cbc_console_arg; | 79 } cbc_console_arg; |
79 } cbc_arg; | 80 } cbc_arg; |
80 __code (*cbc_next)(); | 81 __code (*cbc_next)(); |
81 struct spinlock *lk; | 82 struct spinlock *lk; |