Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
Loading...
Searching...
No Matches
Functions
command_handling.c File Reference
#include <unistd.h>
#include <string.h>
#include <stdio.h>
#include "utils.h"
#include "command_parse.h"
#include "server_handler.h"
#include "client_management.h"
Include dependency graph for command_handling.c:

Go to the source code of this file.

Functions

void command_handling (server_handler_t *server, const int fd)
 Handle client message/command.
 

Function Documentation

◆ command_handling()

void command_handling ( server_handler_t * server,
const int fd )

Handle client message/command.

Parameters
serverThe general server structure
fdThe file descriptor where the message come from

Definition at line 108 of file command_handling.c.