Skip to content

Commit

Permalink
Assignment 8: Final Submission
Browse files Browse the repository at this point in the history
  • Loading branch information
mukesh2006 committed Jan 15, 2025
1 parent ea8427a commit 45623e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion aesd-char-driver/aesdchar.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ struct aesd_dev
{
struct aesd_buffer_entry entry;
struct aesd_circular_buffer buffer;
int readCounter; /* End condition for read loop */
struct mutex mutex;
struct cdev cdev; /* Char device structure */
};
Expand Down
2 changes: 1 addition & 1 deletion server/aesdsocket-start-stop
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ case "$1" in
exit 1
esac

exit 0
exit 0

0 comments on commit 45623e0

Please sign in to comment.