diff src/proc.h @ 37:fb3e5a2f76c1

fix
author mir3636
date Fri, 22 Feb 2019 22:36:17 +0900
parents 96af12a50fdb
children
line wrap: on
line diff
--- a/src/proc.h	Fri Feb 22 22:15:33 2019 +0900
+++ b/src/proc.h	Fri Feb 22 22:36:17 2019 +0900
@@ -70,12 +70,15 @@
     char            name[16];       // Process name (debugging)
     union cbc_arg {
         struct cbc_console_arg {
-	    int n;
+            int n;
             int target;
             char* dst;
             struct inode *ip;
             struct file *f;
             int num;
+            struct pipe *p;
+            char *addr;
+            int i;
             __code (*next)(int ret);
         } cbc_console_arg;
     } cbc_arg;