Skip to content

Commit

Permalink
servers: altered opendir() structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Sep 26, 2024
1 parent fbab902 commit 935102e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/kernel/servers.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ typedef struct {
/* opendir() */
typedef struct {
SyscallHeader header;
char abspath[MAX_FILE_PATH];
char path[MAX_FILE_PATH];
char device[MAX_FILE_PATH];
uid_t uid;
Expand Down

0 comments on commit 935102e

Please sign in to comment.