aboutsummaryrefslogtreecommitdiffstats
path: root/P3/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'P3/server.c')
-rw-r--r--P3/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/P3/server.c b/P3/server.c
index 9dc5123..df4f8ed 100644
--- a/P3/server.c
+++ b/P3/server.c
@@ -119,7 +119,7 @@ int readFromDisk(const char* fileName, char* buffer) {
void * dispatch(void *arg) {
while (1) {
- // Accept client connection
+ // Accept client connection and get the fd
int newReq = accept_connection();
if (newReq > INVALID) {
//Make traversal Queue????