Shadow Network Framework  0.0.2-alpha
C Server Library for Shadow Network Framework
Loading...
Searching...
No Matches
SNF.h
Go to the documentation of this file.
1//////////////////////////////////////////////////////////////
2/// \brief Main Header File
3/// \file /SNF.h
4/// This File Calls for all the header files exisitng in this
5/// library, if you plan on using this library as a whole <br>
6/// eg not just using the \ref thpool.h "Thread Pool" or
7/// \ref hashtable.h "Hash Table", then including <SNF.h>
8/// should be better than including each required head one-by-one
9///
10//////////////////////////////////////////////////////////////
11#ifndef __SNF
12#define __SNF
13#include <SNF/clt.h>
14#include <SNF/cmds.h>
15#include <SNF/epoll.h>
16#include <SNF/hashtable.h>
17#include <SNF/lookup3.h>
18#include <SNF/network.h>
19#include <SNF/opcode.h>
20#include <SNF/request.h>
21#include <SNF/thpool.h>
22#include <SNF/utility.h>
23#include <SNF/vars.h>
24#endif
This file Defines everything related to handling Clients.
This file is used to define functions that would be called either by default or Base Command OPCode's...
This file is used to define functions related to epoll that would be used mainly in network....
This file Defines the HashTable functions and macros The HashTable uses lookup3.c 's hashing function...
All the code in lookup3.c is written by Bob Jenkins, May 2006. this header file is written by acordin...
This file Defines everything related to networking.
This file Defines everything related to Opcodes ( Short for OP**eartion**Codes )
This file Defines everything related to handling Requests.
this file Defines everything related to ThreadPool
this file Defines everything related to Globaly accessed variable