diff options
author | Matt Strapp <strap012@umn.edu> | 2020-11-17 10:08:13 -0600 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-11-17 10:08:13 -0600 |
commit | 49aec85035650bcd81e5aadfbc36a111e0ba5358 (patch) | |
tree | 0dca9c1a1bfa4590f66c1bde514c35615419f7e4 /P3 | |
parent | use given defines (diff) | |
download | csci4061-49aec85035650bcd81e5aadfbc36a111e0ba5358.tar csci4061-49aec85035650bcd81e5aadfbc36a111e0ba5358.tar.gz csci4061-49aec85035650bcd81e5aadfbc36a111e0ba5358.tar.bz2 csci4061-49aec85035650bcd81e5aadfbc36a111e0ba5358.tar.lz csci4061-49aec85035650bcd81e5aadfbc36a111e0ba5358.tar.xz csci4061-49aec85035650bcd81e5aadfbc36a111e0ba5358.tar.zst csci4061-49aec85035650bcd81e5aadfbc36a111e0ba5358.zip |
help please
Diffstat (limited to 'P3')
-rw-r--r-- | P3/server.c | 2 |
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???? |