server_8h.tex 2.2 KB
\hypertarget{server_8h}{
\section{include/server.h File Reference}
\label{server_8h}\index{include/server.h@{include/server.h}}
}
{\tt \#include $<$stdio.h$>$}\par
{\tt \#include $<$sys/select.h$>$}\par
{\tt \#include \char`\"{}client.h\char`\"{}}\par
\subsection*{Data Structures}
\begin{CompactItemize}
\item 
struct \hyperlink{structtServer}{tServer}
\end{CompactItemize}
\subsection*{Functions}
\begin{CompactItemize}
\item 
void \hyperlink{server_8h_50decfdd3550b2490a1b9448a313cbf9}{serverShutdown} (\hyperlink{structtServer}{tServer} $\ast$server)
\item 
void \hyperlink{server_8h_68050069ed3a2e05cb02440090c89a1f}{serverInit} (\hyperlink{structtServer}{tServer} $\ast$server, unsigned int port, unsigned int pending, const char $\ast$logPath, const char $\ast$namePat)
\item 
void \hyperlink{server_8h_208ea34b5a69f6ff0d48ed85c9a6f9eb}{serverRun} (\hyperlink{structtServer}{tServer} $\ast$server)
\end{CompactItemize}


\subsection{Function Documentation}
\hypertarget{server_8h_68050069ed3a2e05cb02440090c89a1f}{
\index{server.h@{server.h}!serverInit@{serverInit}}
\index{serverInit@{serverInit}!server.h@{server.h}}
\subsubsection[{serverInit}]{\setlength{\rightskip}{0pt plus 5cm}void serverInit ({\bf tServer} $\ast$ {\em server}, \/  unsigned int {\em port}, \/  unsigned int {\em pending}, \/  const char $\ast$ {\em logPath}, \/  const char $\ast$ {\em namePat})}}
\label{server_8h_68050069ed3a2e05cb02440090c89a1f}




Definition at line 11 of file serverInit.c.\hypertarget{server_8h_208ea34b5a69f6ff0d48ed85c9a6f9eb}{
\index{server.h@{server.h}!serverRun@{serverRun}}
\index{serverRun@{serverRun}!server.h@{server.h}}
\subsubsection[{serverRun}]{\setlength{\rightskip}{0pt plus 5cm}void serverRun ({\bf tServer} $\ast$ {\em server})}}
\label{server_8h_208ea34b5a69f6ff0d48ed85c9a6f9eb}




Definition at line 50 of file serverRun.c.\hypertarget{server_8h_50decfdd3550b2490a1b9448a313cbf9}{
\index{server.h@{server.h}!serverShutdown@{serverShutdown}}
\index{serverShutdown@{serverShutdown}!server.h@{server.h}}
\subsubsection[{serverShutdown}]{\setlength{\rightskip}{0pt plus 5cm}void serverShutdown ({\bf tServer} $\ast$ {\em server})}}
\label{server_8h_50decfdd3550b2490a1b9448a313cbf9}




Definition at line 15 of file serverShutdown.c.