Skip to content

Commit

Permalink
servers: updated readdir() structure to account for end
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Sep 26, 2024
1 parent d704d76 commit fbab902
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 @@ -175,6 +175,7 @@ typedef struct {
char device[MAX_FILE_PATH];
size_t position;
struct dirent entry;
int end; // set to 1 if entry does not exist
} ReaddirCommand;

void serverInit();
Expand Down

0 comments on commit fbab902

Please sign in to comment.