fixed data not received from client
This commit is contained in:
parent
bfe88daf3e
commit
1e66d6c33e
6 changed files with 66 additions and 52 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: omoudni <omoudni@student.42paris.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/05/19 19:15:13 by omoudni #+# #+# */
|
||||
/* Updated: 2025/05/21 21:34:20 by omoudni ### ########.fr */
|
||||
/* Updated: 2025/05/22 17:30:00 by omoudni ### ########.fr */
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
|
||||
|
|
@ -22,6 +22,7 @@ public:
|
|||
PollManager();
|
||||
~PollManager();
|
||||
|
||||
void setServerFd(int fd);
|
||||
void addClient(short unsigned fd);
|
||||
void removeClient(short unsigned fd);
|
||||
void updateServer(short unsigned fd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue