Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
halfer53 committed Apr 26, 2024
1 parent 7b8fe22 commit 0bc95cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include_winix/kernel/proc.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ typedef struct proc {
filp_t* fp_filp[OPEN_MAX];
inode_t *fp_rootdir;
inode_t *fp_workdir;

/* Pipe */
struct list_head pipe_reading_list;
struct list_head pipe_writing_list;

Expand Down

0 comments on commit 0bc95cf

Please sign in to comment.