diff src/proc.h @ 31:96a5833d0d82

fix
author mir3636
date Fri, 18 Jan 2019 18:20:02 +0900
parents 1a64b5645cdd
children 96af12a50fdb
line wrap: on
line diff
--- a/src/proc.h	Fri Jan 18 11:50:48 2019 +0900
+++ b/src/proc.h	Fri Jan 18 18:20:02 2019 +0900
@@ -74,6 +74,7 @@
         int target;
 	    char* dst;
 	    struct inode *ip;
+	    struct file *f;
 	    __code (*next)(int ret);
         } cbc_console_arg;
     } cbc_arg;